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 f7591a0f00c1553aec93d5d5b3341b6dbd05d250..3eb6d9c08e813ceeafed7c95fad051ce23e63f62 100644 |
--- a/chrome/common/extensions/docs/static/css/site.css |
+++ b/chrome/common/extensions/docs/static/css/site.css |
@@ -203,7 +203,6 @@ dd { |
font-family: inherit; |
font-size: inherit; |
font-style: inherit; |
- font-weight: bold; |
margin: 0; padding: 0; |
outline: none; |
} |
@@ -212,25 +211,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; |
@@ -243,14 +229,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 { |