summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 15:06:28 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-19 15:06:28 +0000
commitd7731ea9bb786ffb58b4c212e391483904d07b7d (patch)
tree275a8089d0ae5a21782706f29c5bba7fd9192bb6 /chrome/browser/resources
parentf48fdae2c17fbaca9341f6fcdcd0d4b663310b12 (diff)
downloadchromium_src-d7731ea9bb786ffb58b4c212e391483904d07b7d.zip
chromium_src-d7731ea9bb786ffb58b4c212e391483904d07b7d.tar.gz
chromium_src-d7731ea9bb786ffb58b4c212e391483904d07b7d.tar.bz2
Use the new icons from Cole for about:conflicts.
BUG=51105 TEST=None Review URL: http://codereview.chromium.org/5124004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66766 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/about_conflicts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/about_conflicts.html b/chrome/browser/resources/about_conflicts.html
index a2e36d8..c4365ff 100644
--- a/chrome/browser/resources/about_conflicts.html
+++ b/chrome/browser/resources/about_conflicts.html
@@ -30,7 +30,7 @@ html[dir=rtl] #header {
}
#header h1 {
- background: url('../../app/theme/conflicts_section.png') 0px 20px no-repeat;
+ background: url('../../app/theme/about_conflicts.png') 0px 20px no-repeat;
display: inline;
margin: 0;
padding-bottom: 43px;
@@ -39,7 +39,7 @@ html[dir=rtl] #header {
}
html[dir=rtl] #header h1 {
- background: url('../../app/theme/conflicts_section.png') right no-repeat;
+ background: url('../../app/theme/about_conflicts.png') right no-repeat;
padding-right: 95px;
padding-left: 0;
}