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

Unified Diff: chrome/common/extensions/docs/static/sass/_navbar.scss

Issue 140743011: New home page for developer.chrome.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed OWNERS Created 6 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
Index: chrome/common/extensions/docs/static/sass/_navbar.scss
diff --git a/chrome/common/extensions/docs/static/sass/_navbar.scss b/chrome/common/extensions/docs/static/sass/_navbar.scss
index 2ec1a71e317c6584cb05782d831e54da794b6b25..55d02cbd6451c5d7488cf4146f34e8220319eec4 100644
--- a/chrome/common/extensions/docs/static/sass/_navbar.scss
+++ b/chrome/common/extensions/docs/static/sass/_navbar.scss
@@ -35,7 +35,7 @@ $z-index-nav-hover: 1001;
.collase-icon {
display: none;
- background: url("../images/burger-icon.png") 50% 100% no-repeat;
+ background: url("../../images/burger-icon.png") 50% 100% no-repeat;
background-size: cover;
width: 20px;
height: 20px;
@@ -187,7 +187,7 @@ $z-index-nav-hover: 1001;
input[type="search"] {
width: 100%;
@include box-sizing(border-box);
- background: url("../images/search.png") no-repeat 15px 55%;
+ background: url("../../images/search.png") no-repeat 15px 55%;
background-size: 20px;
background-color: white;
border: $default-border;
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_html.scss ('k') | chrome/common/extensions/docs/static/sass/_pillar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698