aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:30:30 -0800
committerMark Otto <[email protected]>2012-01-25 11:30:30 -0800
commita4b8cc2a9c8c7f16c4a93e64d2a187d839bfbb40 (patch)
treef978b560e8728a5eadd533f843e65a09ad36522c /docs
parente24bd40b4a38b190caad2da9b90c683167c76004 (diff)
downloadbootstrap-a4b8cc2a9c8c7f16c4a93e64d2a187d839bfbb40.tar.xz
bootstrap-a4b8cc2a9c8c7f16c4a93e64d2a187d839bfbb40.zip
darken active state on subnav with scrollspy added
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0fe480ecb..600894f38 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -132,6 +132,7 @@ section {
.subnav {
width: 100%;
height: 36px;
+ overflow: hidden;
background-color: #eeeeee; /* Old browsers */
background-repeat: repeat-x; /* Repeat the gradient */
background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
@@ -167,13 +168,10 @@ section {
color: #333;
}
.subnav .nav .active a {
- background-color: #eee;
+ background-color: #e5e5e5;
}
.subnav .nav li:first-child a {
border-left: 0;
- -webkit-border-radius: 4px 0 0 4px;
- -moz-border-radius: 4px 0 0 4px;
- border-radius: 4px 0 0 4px;
}
.subnav .nav li:last-child a {
border-right: 0;