diff options
| author | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
|---|---|---|
| committer | Luis Aleman <[email protected]> | 2012-08-27 19:14:00 -0400 |
| commit | 2719ac3e9bec37813e1fd69e2ab69c9a015be647 (patch) | |
| tree | 982e071c9ef923a85e9aef661fb2e49b9235e12f /less/progress-bars.less | |
| parent | 67eae2a5038d5203220450c2a22ea559ab52d897 (diff) | |
| download | bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.tar.xz bootstrap-2719ac3e9bec37813e1fd69e2ab69c9a015be647.zip | |
Unescaped box-shadows to take advantage of new box-shadow mixin
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 36744d89c..0486371aa 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -66,7 +66,7 @@ .transition(width .6s ease); } .progress .bar + .bar { - .box-shadow(~"inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)"); + .box-shadow(inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)); } // Striped bars |
