Chromium Code Reviews| 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; |