aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-21 21:12:16 -0800
committerMark Otto <[email protected]>2012-02-21 21:12:16 -0800
commitb4cc6c74f59442879ba2b1ed3e86d26e62390835 (patch)
treefbc05759f4cc494e6de743607415c2740e674f74 /docs/assets/css
parente3ae517555fb9500493fde8efeef4a9788cd3264 (diff)
downloadbootstrap-b4cc6c74f59442879ba2b1ed3e86d26e62390835.tar.xz
bootstrap-b4cc6c74f59442879ba2b1ed3e86d26e62390835.zip
add support and docs for .navbar-fixed-bottom
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e9fb04f2d..b90cb7635 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2840,20 +2840,26 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
outline: 0;
}
-.navbar-fixed-top {
+.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
- top: 0;
right: 0;
left: 0;
z-index: 1030;
+ margin-bottom: 0;
}
-.navbar-fixed-top .navbar-inner {
+.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
padding-left: 0;
padding-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
+.navbar-fixed-top {
+ top: 0;
+}
+.navbar-fixed-bottom {
+ bottom: 0;
+}
.navbar .nav {
position: relative;
left: 0;