2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

updated container mixin to be fixed-container instead so we can keep the .container in scaffolding while removing the repeated code

This commit is contained in:
Mark Otto
2011-09-02 22:08:38 -07:00
parent d5e42cf81a
commit 5c3f0e32e6
4 changed files with 26 additions and 15 deletions
+3 -2
View File
@@ -121,9 +121,10 @@
}
// Grid System
.container {
.fixed-container {
width: @siteWidth;
margin: 0 auto;
margin-left: auto;
margin-left: auto;
.clearfix();
}
.columns(@columnSpan: 1) {