2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Refine containers and navbars

* Don't reset width on .container, .navbar-* .container, etc
* Instead, use max-width to ensure proper styling for all navbars
This commit is contained in:
Mark Otto
2012-11-30 12:42:37 -08:00
parent 030a058174
commit f9a47e3a5f
6 changed files with 12 additions and 18 deletions
+3 -3
View File
@@ -4,9 +4,9 @@
// Set the container width, and override it for fixed navbars in media queries
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container { width: 940px; }
.container {
max-width: 940px;
}
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth, @gridRowWidth);