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

Unified Diff: chrome/common/extensions/docs/static/sass/_html.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/_html.scss
diff --git a/chrome/common/extensions/docs/static/sass/_html.scss b/chrome/common/extensions/docs/static/sass/_html.scss
index 3fb2ecfce578b7733e26c208311ad363d4af0156..82918bbfd778950963e0b7654d1ae82dbb9ee834 100644
--- a/chrome/common/extensions/docs/static/sass/_html.scss
+++ b/chrome/common/extensions/docs/static/sass/_html.scss
@@ -132,6 +132,10 @@ pre {
@include background-image(linear-gradient(top, #008dfd 30%,#0370ea 100%));
cursor: pointer;
}
+
+ a {
+ color: inherit !important;
+ }
}
.button-alt {
@@ -372,7 +376,7 @@ pre {
}
.toggleIndicator {
- background: url(../images/toggle_sprite.png) no-repeat 0 0;
+ background: url(../../images/toggle_sprite.png) no-repeat 0 0;
height: 8px;
position: absolute;
right: 0;
« no previous file with comments | « chrome/common/extensions/docs/static/sass/_homepage.scss ('k') | chrome/common/extensions/docs/static/sass/_navbar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698