Chromium Code Reviews| Index: chrome/browser/resources/plugins.css |
| diff --git a/chrome/browser/resources/plugins.css b/chrome/browser/resources/plugins.css |
| index 9753a60d5d63ae788a0c83a083c13627cb23df74..2f824358b8e94fb7802051b83f1d3327307e0a5b 100644 |
| --- a/chrome/browser/resources/plugins.css |
| +++ b/chrome/browser/resources/plugins.css |
| @@ -30,7 +30,7 @@ div#header { |
| background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; |
| display: inline; |
| margin: 0; |
| - padding-bottom: 43px; |
| + padding-bottom: 20px; |
| padding-left: 75px; |
| padding-top: 40px; |
| } |
| @@ -251,4 +251,4 @@ body.showTmiMode .showInTmiMode { |
| button { |
| font-size: 104%; |
| -} |
| +} |
|
James Hawkins
2011/11/20 23:33:08
What's the change here? I can't see it in this fo
benwells
2011/11/21 00:32:45
The original file doesn't have a CR after the clos
|