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.min.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.min.css')
| -rw-r--r-- | bootstrap.min.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.min.css b/bootstrap.min.css index bb5745669..ccc0f1e42 100644 --- a/bootstrap.min.css +++ b/bootstrap.min.css @@ -32,8 +32,9 @@ body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size: .sidebar-right .fluid-sidebar{float:right;margin-right:-240px;} .fluid-content{float:left;width:100%;} a{font-weight:inherit;line-height:inherit;color:#0088cc;text-decoration:none;}a:hover{color:#005580;text-decoration:underline;} -.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";} +.row{*zoom:1;}.row:before,.row:after{display:table;content:"";} .row:after{clear:both;} +[class*="span"]:first-child{margin-left:0;} [class*="span"]{float:left;margin-left:20px;} .span1{width:60px;} .span2{width:140px;} |
