diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 22:57:54 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-13 22:57:54 +0000 |
commit | 2a7444d52ebf39d5c3db779d75d1a1c440a9902b (patch) | |
tree | f360363df1d10e20eb4d32d41f1cfbcb3bd00e60 /chrome/browser/resources/about_memory_mac.html | |
parent | 903e37906e0e0ad6c7627dabeaac1a87e6e31552 (diff) | |
download | chromium_src-2a7444d52ebf39d5c3db779d75d1a1c440a9902b.zip chromium_src-2a7444d52ebf39d5c3db779d75d1a1c440a9902b.tar.gz chromium_src-2a7444d52ebf39d5c3db779d75d1a1c440a9902b.tar.bz2 |
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
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 { |