aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/docs.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-28 12:09:16 -0800
committerJacob Thornton <[email protected]>2012-01-28 12:09:16 -0800
commite1a1fdd35d347b8aef8b6d183c182be684314e89 (patch)
tree90e7646385366c105635ab864335ee33fb4735c2 /docs/assets/css/docs.css
parent12d3c2fe74bbe2570e47a2c8d7154a3011bd0770 (diff)
parent39f70afed9998826f4a4ff548b721a5b065c985e (diff)
downloadbootstrap-e1a1fdd35d347b8aef8b6d183c182be684314e89.tar.xz
bootstrap-e1a1fdd35d347b8aef8b6d183c182be684314e89.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/docs.css')
-rw-r--r--docs/assets/css/docs.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0b221e3b2..8c92f087f 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -173,10 +173,9 @@ hr.soften {
}
.subnav .nav > li > a {
margin: 0;
- padding-top: 11px;
+ padding-top: 11px;
padding-bottom: 11px;
font-size: 13px;
- text-shadow: 0 1px 0 rgba(255,255,255,.5);
border-left: 1px solid #f5f5f5;
border-right: 1px solid #e5e5e5;
-webkit-border-radius: 0;
@@ -202,10 +201,18 @@ hr.soften {
.subnav .nav > li:first-child > a:hover {
border-left: 0;
padding-left: 12px;
+ -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;
}
+.subnav .dropdown-menu {
+ -webkit-border-radius: 0 0 4px 4px;
+ -moz-border-radius: 0 0 4px 4px;
+ border-radius: 0 0 4px 4px;
+}
/* Fixed subnav on scroll, but only for 940px and up (sorry IE!) */
@media (min-width: 940px) {
@@ -229,6 +236,12 @@ hr.soften {
margin: 0 auto;
padding: 0 1px;
}
+ .subnav .nav > li:first-child > a,
+ .subnav .nav > li:first-child > a:hover {
+ -webkit-border-radius: 0;
+ -moz-border-radius: 0;
+ border-radius: 0;
+ }
}