diff options
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; |
