Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5880)

Unified Diff: chrome/browser/resources/plugins.css

Issue 8555030: Removed clipped bottom padding from chrome://flags and chrome://plugins headers. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698