remove empty margin property

This commit is contained in:
Mark Otto
2012-01-09 09:15:42 -08:00
parent 5032ef9b54
commit 5c2bf0feef
3 changed files with 2 additions and 4 deletions

3
bootstrap.css vendored
View File

@@ -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);