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

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

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months 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
Index: chrome/browser/resources/flags.css
diff --git a/chrome/browser/resources/flags.css b/chrome/browser/resources/flags.css
index d9a6e0cabd255720f203ae68d18cb0791b9ef214..8bb51ca2516f74310619e4f381c40b7fefad2563 100644
--- a/chrome/browser/resources/flags.css
+++ b/chrome/browser/resources/flags.css
@@ -28,7 +28,9 @@ div#header {
#header h1 {
-webkit-padding-start: 75px;
- background: url('../../app/theme/flags_section.png') 0 20px no-repeat;
+ background-image: url('../../app/theme/flags_section.png');
+ background-position-y: 20px;
+ background-repeat: no-repeat;
Dan Beam 2013/01/03 04:55:23 what's the point of this change?
Evan Stade 2013/01/03 05:31:23 no point any more, removed.
display: inline;
margin: 0;
padding-bottom: 40px;

Powered by Google App Engine
This is Rietveld 408576698