2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
+1 -3
View File
@@ -73,9 +73,7 @@ body {
// Container (centered, fixed-width layouts)
.container {
width: @siteWidth;
margin-left: auto;
margin-right: auto;
.fixed-container();
}
// Fluid layouts (left aligned, with sidebar, min- & max-width content)