Chromium Code Reviews| Index: chrome/browser/resources/downloads.html |
| diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html |
| index f4540d8ca03f1f59759699e3df6960fbef1ab935..05398dcaff9bbd58faeeead624b8fdfd78b66782 100644 |
| --- a/chrome/browser/resources/downloads.html |
| +++ b/chrome/browser/resources/downloads.html |
| @@ -4,31 +4,8 @@ |
| <meta charset="utf-8"> |
| <title i18n-content="title"></title> |
| <link rel="icon" href="../../app/theme/downloads_favicon.png"> |
| +<link rel="stylesheet" href="old_webui.css"> |
| <style> |
| -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, html[dir=rtl] .form { |
| - float: right; |
| -} |
|
Dan Beam
2011/11/10 09:30:47
So, you couldn't find any occurrences of .header .
Evan Stade
2011/11/10 17:51:47
no, they're deleted here because those rules were
|
| #downloads-summary { |
| margin-top: 12px; |
| @@ -175,16 +152,6 @@ html[dir=rtl] .progress { |
| margin-left: 18px; |
| } |
| -.page-navigation { |
| - padding: 8px; |
| - background-color: #ebeff9; |
| - margin-right: 4px; |
| -} |
| - |
| -.footer { |
| - height: 24px; |
| -} |
| - |
| </style> |
| <script src="chrome://resources/js/local_strings.js"></script> |
| </head> |
| @@ -210,8 +177,6 @@ html[dir=rtl] .progress { |
| </div> |
| <div id="downloads-display"></div> |
| </div> |
| -<div class="footer"> |
| -</div> |
| <script src="chrome://downloads/downloads.js"></script> |
| <script src="chrome://downloads/strings.js"></script> |
| <script src="chrome://resources/js/i18n_template.js"></script> |