mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-06 12:04:56 -05:00
fix navbar container for default 940px grid per #2194
This commit is contained in:
@@ -502,7 +502,7 @@
|
||||
margin-left: @gridGutterWidth;
|
||||
}
|
||||
|
||||
// Set the container width, and reset it for fixed navbars
|
||||
// Set the container width, and override it for fixed navbars in media queries
|
||||
.container,
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container { .span(12); }
|
||||
|
||||
@@ -179,6 +179,11 @@
|
||||
.border-radius(0);
|
||||
}
|
||||
|
||||
.navbar-fixed-top .container,
|
||||
.navbar-fixed-bottom .container {
|
||||
#grid > .core > .span(@gridColumns);
|
||||
}
|
||||
|
||||
// Fixed to top
|
||||
.navbar-fixed-top {
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user