2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Add subnav support to CSS section

This commit is contained in:
Mark Otto
2013-03-29 23:33:08 -07:00
parent 23d7215dbe
commit 8814125259
4 changed files with 109 additions and 142 deletions
-11
View File
@@ -3258,7 +3258,6 @@ button.close {
}
.navbar-fixed-top,
.navbar-fixed-left,
.navbar-fixed-bottom {
position: fixed;
right: 0;
@@ -3275,16 +3274,6 @@ 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;