aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-28 01:12:07 -0700
committerMark Otto <[email protected]>2013-03-28 01:12:07 -0700
commitba46d859e37786de82b38415f5ce1b6dce18f9eb (patch)
tree30c7a936d1e8a4851f2a8cdf5dbfa2cb2d146811
parent4b8b8d2e46e25820d190db957b4e837b66198f72 (diff)
downloadbootstrap-ba46d859e37786de82b38415f5ce1b6dce18f9eb.tar.xz
bootstrap-ba46d859e37786de82b38415f5ce1b6dce18f9eb.zip
none of that
-rw-r--r--less/navbar.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 75ad2cb99..ad0a6f386 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -58,7 +58,6 @@
// Fix the top/bottom navbars when screen real estate supports it
.navbar-fixed-top,
-.navbar-fixed-left,
.navbar-fixed-bottom {
position: fixed;
right: 0;
@@ -69,16 +68,6 @@
.navbar-fixed-top { top: 0; }
.navbar-fixed-bottom { bottom: 0; }
-// Fixed left
-.navbar-fixed-left {
- top: 0;
- right: auto;
- bottom: 0;
-}
-.navbar-fixed-left .container {
- max-width: none;
-}
-
//