mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 20:57:58 -05:00
remove empty margin property
This commit is contained in:
3
bootstrap.css
vendored
3
bootstrap.css
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user