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:
+3
-3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user