aboutsummaryrefslogtreecommitdiff
path: root/less/progress-bars.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 11:08:27 -0700
committerMark Otto <[email protected]>2013-07-26 11:08:27 -0700
commit9e98b733f165e32170bebb705b665770dcf966d2 (patch)
tree13e64311a71feb2587c042c3b87e9aeb8abfc268 /less/progress-bars.less
parente62e992b88cc1223c8485e9415bba9213764257a (diff)
downloadbootstrap-9e98b733f165e32170bebb705b665770dcf966d2.tar.xz
bootstrap-9e98b733f165e32170bebb705b665770dcf966d2.zip
Vars update
* Drop progress bar text-shadow * Reorganize popover and tooltip vars and fix complier error due to missing `;` * Run `grunt`
Diffstat (limited to 'less/progress-bars.less')
-rw-r--r--less/progress-bars.less1
1 files changed, 0 insertions, 1 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 6e059e934..fe399abf7 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -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);