Chromium Code Reviews| Index: chrome/browser/resources/webui2.css |
| diff --git a/chrome/browser/resources/webui2.css b/chrome/browser/resources/webui2.css |
| deleted file mode 100644 |
| index 49205f8b91df1cc81c9e0eccf401f35765fd4d76..0000000000000000000000000000000000000000 |
| --- a/chrome/browser/resources/webui2.css |
| +++ /dev/null |
| @@ -1,31 +0,0 @@ |
| -body { |
| - background-color:white; |
| - color:black; |
| - margin:10px; |
| -} |
| -.header { |
| - overflow:auto; |
| - clear:both; |
| -} |
| -.header .logo { |
| - float:left; |
| -} |
| -.header .form { |
| - float:left; |
| - margin-top:22px; |
| - -webkit-margin-start:12px; |
| -} |
| -html[dir='rtl'] .logo { |
| - float:right; |
| -} |
| -html[dir='rtl'] .form { |
| - float:right; |
| -} |
| -.page-navigation { |
| - padding:8px; |
| - background-color:#ebeff9; |
| - margin-right:4px; |
| -} |
| -.footer { |
| - height:24px; |
| -} |