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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 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/css/site.css
diff --git a/chrome/common/extensions/docs/static/css/site.css b/chrome/common/extensions/docs/static/css/site.css
index 6a4aab7811abc3a916a8ca2131ddf260b343d741..5528b66e628d8e9de983b681b215f4c3c70fb943 100644
--- a/chrome/common/extensions/docs/static/css/site.css
+++ b/chrome/common/extensions/docs/static/css/site.css
@@ -205,7 +205,6 @@ dd {
font-family: inherit;
font-size: inherit;
font-style: inherit;
- font-weight: bold;
margin: 0; padding: 0;
outline: none;
}
@@ -214,25 +213,12 @@ dd {
outline: 1px dotted;
}
-#branch-chooser {
+#platform-chooser {
display: inline;
position: relative;
- font-weight: bold;
-}
-#branch-chooser .stable {
- color: #0d68ae;
-}
-#branch-chooser .beta {
- color: #409544;
-}
-#branch-chooser .dev {
- color: #dba30d;
-}
-#branch-chooser .trunk {
- color: #e02629;
}
-#branch-chooser-popup {
+#platform-chooser-popup {
/* Make it appear to be an extension of the header. */
background-color: white;
border: 1px solid #F5F5F5;
@@ -245,14 +231,14 @@ dd {
left: -6px;
}
-#branch-chooser-popup button {
+#platform-chooser-popup button {
display: block;
padding: 6px;
width: 100%;
text-align: left;
}
-#branch-chooser-popup button:hover {
- background-color: #F5F5F5;
+#platform-chooser-popup button:hover {
+ color: #4787ed;
}
button.google-button {
« no previous file with comments | « chrome/common/extensions/docs/server2/test_patcher.py ('k') | chrome/common/extensions/docs/static/js/branch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698