mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
set width to auto for default navbar container, then override it later for fixed navbars (done all via the #gridSystem mixins)
This commit is contained in:
+2
-2
@@ -174,7 +174,7 @@
|
||||
float: left;
|
||||
margin-left: 20px;
|
||||
}
|
||||
.container {
|
||||
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
|
||||
width: 724px;
|
||||
}
|
||||
.span1 {
|
||||
@@ -607,7 +607,7 @@
|
||||
float: left;
|
||||
margin-left: 30px;
|
||||
}
|
||||
.container {
|
||||
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
|
||||
width: 1170px;
|
||||
}
|
||||
.span1 {
|
||||
|
||||
Reference in New Issue
Block a user