aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-24 18:29:17 -0800
committerMark Otto <[email protected]>2012-01-24 18:29:17 -0800
commitd3622235359c08f65d5396ee01523c7f7d8901b1 (patch)
tree425247132194a5b1f6370520055b0d7c7042058c /docs
parent9ef4171d03e048ee9458fb7a1db83ea61bf845c2 (diff)
downloadbootstrap-d3622235359c08f65d5396ee01523c7f7d8901b1.tar.xz
bootstrap-d3622235359c08f65d5396ee01523c7f7d8901b1.zip
refine fixed docs bar
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index ac48c6e2b..dd723800b 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -170,6 +170,12 @@ section {
top: 40px;
z-index: 1030;
width: 938px;
+ -webkit-border-radius: 0 0 4px 4px;
+ -moz-border-radius: 0 0 4px 4px;
+ border-radius: 0 0 4px 4px;
+ -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.05);
+ -moz-box-shadow: 0 1px 5px rgba(0,0,0,.05);
+ box-shadow: 0 1px 5px rgba(0,0,0,.05);
}
@@ -565,6 +571,13 @@ form.well {
.subhead .nav li + li a {
border-top: 1px solid #eee;
}
+ .subhead .subnav-fixed {
+ position: static;
+ top: auto;
+ z-index: auto;
+ width: auto;
+ }
+
/* Don't space out quick links so much */
.quick-links {