1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #1212 from lookfirst/white

2.0-wip: s/#fff/@white/
This commit is contained in:
Mark Otto 2012-01-25 11:04:35 -08:00
commit 66f6535579
2 changed files with 3 additions and 3 deletions

View file

@ -68,10 +68,10 @@
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #fff;
color: @white;
text-align: center;
background: @grayDarker;
border: 3px solid #fff;
border: 3px solid @white;
.border-radius(23px);
.opacity(50);
.transition(all .2s linear);

View file

@ -46,7 +46,7 @@
.progress .bar {
width: 0%;
height: 18px;
color: #fff;
color: @white;
font-size: 12px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);