diff options
| author | Mark Otto <[email protected]> | 2011-09-02 22:09:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-02 22:09:12 -0700 |
| commit | 162534139170e3416cb33a5b5c5093d4a2a5e8f0 (patch) | |
| tree | 9adfab8436d88eeb26ef066c1f8c5a25f5eb2dc8 /lib | |
| parent | 5c3f0e32e6940e9e9482f8eaf6864c75dab3dacf (diff) | |
| download | bootstrap-162534139170e3416cb33a5b5c5093d4a2a5e8f0.tar.xz bootstrap-162534139170e3416cb33a5b5c5093d4a2a5e8f0.zip | |
fix repeated margin-left
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index adbbc676e..3cf924192 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -124,7 +124,7 @@ .fixed-container { width: @siteWidth; margin-left: auto; - margin-left: auto; + margin-right: auto; .clearfix(); } .columns(@columnSpan: 1) { |
