| Index: chrome/browser/resources/about_memory_linux.html
|
| ===================================================================
|
| --- chrome/browser/resources/about_memory_linux.html (revision 52142)
|
| +++ chrome/browser/resources/about_memory_linux.html (working copy)
|
| @@ -69,7 +69,7 @@
|
| padding-left: 37px;
|
| margin: 0;
|
| display: inline;
|
| - background: url('gear.png') 12px 60% no-repeat;
|
| + background: url('shared/images/gear.png') 12px 60% no-repeat;
|
| color: white;
|
| }
|
| div#header p {
|
| @@ -288,7 +288,7 @@
|
| width: 14px;
|
| margin: -1px 0;
|
| height: 14px;
|
| - background: url('help.gif') center bottom no-repeat;
|
| + background: url('shared/images/help.gif') center bottom no-repeat;
|
| opacity: 0.33;
|
| }
|
| div.help:hover {
|
|
|