| Index: chrome/browser/resources/about_conflicts.html
|
| ===================================================================
|
| --- chrome/browser/resources/about_conflicts.html (revision 66756)
|
| +++ chrome/browser/resources/about_conflicts.html (working copy)
|
| @@ -30,7 +30,7 @@
|
| }
|
|
|
| #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 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;
|
| }
|
|
|