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

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

Issue 11962031: Move a few non-common css files out of chrome\browser\resources\shared\css. This is in anticipation… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory.css
===================================================================
--- chrome/browser/resources/about_memory.css (revision 177063)
+++ chrome/browser/resources/about_memory.css (working copy)
@@ -56,7 +56,7 @@
}
div#header h1 {
- background: url('../images/gear.png') 12px 60% no-repeat;
+ background: url('chrome://resources/images/gear.png') 12px 60% no-repeat;
color: white;
display: inline;
margin: 0;
@@ -258,7 +258,7 @@
}
div.help {
- background: url('../images/help.png') center bottom no-repeat;
+ background: url('chrome://resources/images/help.png') center bottom no-repeat;
display: inline-block;
height: 14px;
margin: -1px 0;
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/about_memory.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698