diff options
| author | Mark Otto <[email protected]> | 2012-01-09 09:15:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-09 09:15:42 -0800 |
| commit | 5c2bf0feef7f7f64584cbd0cb6a2ef74dbba80d2 (patch) | |
| tree | b07aa5346478e6df4ae6b0df30ae5e061720dcb5 /bootstrap.css | |
| parent | 5032ef9b54b92443f1dbaa2594468dcd84b6bd9e (diff) | |
| download | bootstrap-5c2bf0feef7f7f64584cbd0cb6a2ef74dbba80d2.tar.xz bootstrap-5c2bf0feef7f7f64584cbd0cb6a2ef74dbba80d2.zip | |
remove empty margin property
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css index 81ae2e6c4..32f8b9da4 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 8 21:54:13 PST 2012 + * Date: Mon Jan 9 09:15:32 PST 2012 */ html, body { margin: 0; @@ -2903,7 +2903,6 @@ a.thumbnail:hover { .progress .bar { width: 0%; height: 18px; - margin: ; background-color: #0480be; background-image: -khtml-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be)); background-image: -moz-linear-gradient(top, #149bdf, #0480be); |
