allow for text in progress bars

This commit is contained in:
Mark Otto
2012-01-24 20:30:26 -08:00
parent 731821b78f
commit a03fbc18cb
3 changed files with 10 additions and 2 deletions

View File

@@ -46,6 +46,10 @@
.progress .bar {
width: 0%;
height: 18px;
color: #fff;
font-size: 12px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
#gradient > .vertical(#149bdf, #0480be);
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
.box-sizing(border-box);