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

Unified Diff: chrome/common/extensions/docs/server2/static/css/site.css

Issue 10827304: Extensions Docs Server: Highlight links on left nav (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: strip slashes Created 8 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 | chrome/common/extensions/docs/server2/static/js/sidebar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/static/css/site.css
diff --git a/chrome/common/extensions/docs/server2/static/css/site.css b/chrome/common/extensions/docs/server2/static/css/site.css
index 2ffbccfaea61c526455c89e8827aa35b50a7d1e5..07d057dda441d8872cc176c15b848f2cc9abff95 100644
--- a/chrome/common/extensions/docs/server2/static/css/site.css
+++ b/chrome/common/extensions/docs/server2/static/css/site.css
@@ -340,11 +340,9 @@ span.displayModeWarning {
top: 0px;
}
-#gc-toc ul .leftNavSelected {
- background-color: #F1F1F1;
- color: black;
+#gc-toc .leftNavSelected {
+ color: #39F;
text-decoration: none;
- z-index: 1;
position: relative;
}
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/static/js/sidebar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698