aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-02 23:16:06 -0700
committerJacob Thornton <[email protected]>2011-09-02 23:16:06 -0700
commitcf23dc4f241196894a1de85786dc3070a29bfc58 (patch)
tree3f08bf9367c516d9465e221f030d8f4d7f4d2d44 /lib/preboot.less
parent2883888a57492aa080c4202bdb90fd2606b05365 (diff)
parent168551cd4f2139bbd050864c4231baa7e7b796dc (diff)
downloadbootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.tar.xz
bootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index 609870ec2..3f44e376b 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -121,9 +121,10 @@
}
// Grid System
-.container {
+.fixed-container {
width: @siteWidth;
- margin: 0 auto;
+ margin-left: auto;
+ margin-right: auto;
.clearfix();
}
.columns(@columnSpan: 1) {