From 2a7444d52ebf39d5c3db779d75d1a1c440a9902b Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Tue, 13 Jul 2010 22:57:54 +0000 Subject: Clean up browser_resources.grd: * Flatten HTML where possible * Move resources only referenced by files in browser/resources/ into there (and out of the theme dir) * Remove duplicate/unreferenced resources * Remove IDs for resources that are inlined due to flattening * Remove IDR_CHAT_MANAGER_MANIFEST but leave the files on disk (they will be moving elsewhere some time soon) BUG=none TEST=none Review URL: http://codereview.chromium.org/2897015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52239 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/about_memory_mac.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/resources/about_memory_mac.html') 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 { -- cgit v1.1