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

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

Issue 3270008: Use new labs_section on about:labs (Closed)
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/labs.html
diff --git a/chrome/browser/resources/labs.html b/chrome/browser/resources/labs.html
index ccb472829e39a9e11491dcc14580c9214dc815f7..3e638ff79387165b0a94f01b9adb197ba1811dbb 100644
--- a/chrome/browser/resources/labs.html
+++ b/chrome/browser/resources/labs.html
@@ -29,7 +29,7 @@ html[dir=rtl] #header {
}
#header h1 {
- background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat;
+ background: url('../../app/theme/labs_section.png') 0px 20px no-repeat;
display: inline;
margin: 0;
padding-bottom: 43px;
@@ -38,7 +38,7 @@ html[dir=rtl] #header {
}
html[dir=rtl] #header h1 {
- background: url('../../app/theme/extensions_section.png') right no-repeat;
+ background: url('../../app/theme/labs_section.png') right no-repeat;
padding-right: 95px;
padding-left: 0;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698