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

Unified Diff: chrome/browser/resources/about_conflicts.html

Issue 10658012: Merge 143482 - Build fix after r143476 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1180/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_conflicts.html
===================================================================
--- chrome/browser/resources/about_conflicts.html (revision 143844)
+++ chrome/browser/resources/about_conflicts.html (working copy)
@@ -26,7 +26,7 @@
}
#header h1 {
- background: url('../../app/theme/about_conflicts.png') 0px 20px no-repeat;
+ background: url('../../app/theme/default_100_percent/about_conflicts.png') 0px 20px no-repeat;
display: inline;
margin: 0;
padding-bottom: 43px;
@@ -35,7 +35,7 @@
}
html[dir=rtl] #header h1 {
- background: url('../../app/theme/about_conflicts.png') right no-repeat;
+ background: url('../../app/theme/default_100_percent/about_conflicts.png') right no-repeat;
padding-right: 95px;
padding-left: 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698