diff options
| author | Jacob Thornton <[email protected]> | 2012-01-22 20:12:26 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-22 20:12:26 -0800 |
| commit | 36d56fb1ba803358e8244189fbef883290af87d0 (patch) | |
| tree | 6d2f02fedb75c1ed59e1acddf368f3291b259585 /bootstrap.css | |
| parent | b8c0388f8af8ae93a514efaa352f63ecdffde279 (diff) | |
| download | bootstrap-36d56fb1ba803358e8244189fbef883290af87d0.tar.xz bootstrap-36d56fb1ba803358e8244189fbef883290af87d0.zip | |
don't use negative margin - use first child to set to 0
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index fcfcf02f7..d96c2277b 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sun Jan 22 20:06:46 PST 2012 + * Date: Sun Jan 22 20:11:39 PST 2012 */ html, body { margin: 0; @@ -238,7 +238,6 @@ a:hover { text-decoration: underline; } .row { - margin-left: -20px; *zoom: 1; } .row:before, .row:after { @@ -248,6 +247,9 @@ a:hover { .row:after { clear: both; } +[class*="span"]:first-child { + margin-left: 0; +} [class*="span"] { float: left; margin-left: 20px; |
