aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-27 23:33:45 -0700
committerMark Otto <[email protected]>2013-03-27 23:33:45 -0700
commitfe414d8566f647e65dc20bc7505630ce798e5445 (patch)
tree7203b46b39b9b4759c88b4d8547fef35d028c78e /docs/assets/css/bootstrap.css
parent6696ff5d927fd2d584ddc226521b89fc8b9882eb (diff)
downloadbootstrap-fe414d8566f647e65dc20bc7505630ce798e5445.tar.xz
bootstrap-fe414d8566f647e65dc20bc7505630ce798e5445.zip
turn docs navbar into left navbar
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 50d207001..ac0ea34e5 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -3255,6 +3255,7 @@ button.close {
}
.navbar-fixed-top,
+.navbar-fixed-left,
.navbar-fixed-bottom {
position: fixed;
right: 0;
@@ -3271,6 +3272,16 @@ button.close {
bottom: 0;
}
+.navbar-fixed-left {
+ top: 0;
+ right: auto;
+ bottom: 0;
+}
+
+.navbar-fixed-left .container {
+ max-width: none;
+}
+
.navbar-brand {
display: block;
max-width: 200px;
@@ -3496,6 +3507,15 @@ button.close {
.navbar-inverse .nav > .divider {
border-right-color: #2f2f2f;
}
+ .navbar-fixed-left {
+ padding-right: 0;
+ padding-left: 0;
+ }
+ .navbar-fixed-left .navbar-brand,
+ .navbar-fixed-left .nav,
+ .navbar-fixed-left .nav > li {
+ float: none;
+ }
.navbar-toggle {
position: relative;
top: auto;