2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fix navbar container for default 940px grid per #2194

This commit is contained in:
Mark Otto
2012-02-27 22:34:25 -08:00
parent 6c9547f411
commit fbebb046f7
4 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -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); }