Commit ba46d859 authored by Mark Otto's avatar Mark Otto

none of that

parent 4b8b8d2e
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
// Fix the top/bottom navbars when screen real estate supports it // Fix the top/bottom navbars when screen real estate supports it
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-left,
.navbar-fixed-bottom { .navbar-fixed-bottom {
position: fixed; position: fixed;
right: 0; right: 0;
...@@ -69,16 +68,6 @@ ...@@ -69,16 +68,6 @@
.navbar-fixed-top { top: 0; } .navbar-fixed-top { top: 0; }
.navbar-fixed-bottom { bottom: 0; } .navbar-fixed-bottom { bottom: 0; }
// Fixed left
.navbar-fixed-left {
top: 0;
right: auto;
bottom: 0;
}
.navbar-fixed-left .container {
max-width: none;
}
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment