diff options
Diffstat (limited to 'chrome/browser/resources/about_memory_mac.html')
-rw-r--r-- | chrome/browser/resources/about_memory_mac.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/about_memory_mac.html b/chrome/browser/resources/about_memory_mac.html index ebdfd12..299a875 100644 --- a/chrome/browser/resources/about_memory_mac.html +++ b/chrome/browser/resources/about_memory_mac.html @@ -69,7 +69,7 @@ div#header h1 { 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 @@ div.help { 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 { |