2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Vars update

* Drop progress bar text-shadow
* Reorganize popover and tooltip vars and fix complier error due to
missing `;`
* Run `grunt`
This commit is contained in:
Mark Otto
2013-07-26 11:08:27 -07:00
parent e62e992b88
commit 9e98b733f1
4 changed files with 25 additions and 24 deletions
-1
View File
@@ -59,7 +59,6 @@
font-size: @font-size-small;
color: @progress-bar-color;
text-align: center;
text-shadow: @progress-bar-text-shadow;
background-color: @progress-bar-bg;
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
.transition(width .6s ease);