float: left;
margin-left: 20px;
}
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
+ .container {
width: 724px;
}
.span12 {
float: left;
margin-left: 30px;
}
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container {
+ .container {
width: 1170px;
}
.span12 {
}
// Set the container width, and override it for fixed navbars in media queries
- .container,
- .navbar-fixed-top .container,
- .navbar-fixed-bottom .container { .span(@gridColumns); }
+ .container { .span(@gridColumns); }
// generate .spanX and .offsetX
.spanX (@gridColumns);