Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2253)

Unified Diff: chrome/browser/resources/about_memory.html

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory.html
===================================================================
--- chrome/browser/resources/about_memory.html (revision 52142)
+++ chrome/browser/resources/about_memory.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 {
@@ -290,7 +290,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 {
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory_linux.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698