mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
fix progress bars by removing border and negative margins
This commit is contained in:
@@ -39,16 +39,14 @@
|
||||
height: 18px;
|
||||
margin-bottom: 18px;
|
||||
#gradient > .vertical(#f5f5f5, #f9f9f9);
|
||||
border: 1px solid #ddd;
|
||||
.box-shadow(inset 0 1px 2px rgba(0,0,0,.1));
|
||||
}
|
||||
|
||||
// Bar of progress
|
||||
.progress .bar {
|
||||
width: 0%;
|
||||
height: 20px;
|
||||
margin: -1px;
|
||||
#gradient > .vertical(#62c462, #57a957);
|
||||
height: 18px;
|
||||
margin: ;
|
||||
#gradient > .vertical(#149bdf, #0480be);
|
||||
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
|
||||
.box-sizing(border-box);
|
||||
|
||||
Reference in New Issue
Block a user