aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 21:00:01 -0700
committerMark Otto <[email protected]>2011-09-02 21:00:01 -0700
commitc4481b54a8c2cf05bd12d04196e3234523d27653 (patch)
tree0e4b34685863f4286ffd0a1b1ef01b68c924ec98 /lib/preboot.less
parent2589c0ac4ecc86feed81cfc5df344e0eb78cda64 (diff)
downloadbootstrap-c4481b54a8c2cf05bd12d04196e3234523d27653.tar.xz
bootstrap-c4481b54a8c2cf05bd12d04196e3234523d27653.zip
improve CSS properties for centering content, the container, and fluid container so as to not override properties where possible
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index a922f569c..d840ad1a6 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -70,7 +70,8 @@
// Center-align a block level element
.center-block {
display: block;
- margin: 0 auto;
+ margin-left: auto;
+ margin-right: auto;
}
// Sizing shortcuts