From 36d56fb1ba803358e8244189fbef883290af87d0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 22 Jan 2012 20:12:26 -0800 Subject: don't use negative margin - use first child to set to 0 --- bootstrap.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bootstrap.css') 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; -- cgit v1.2.3