diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:11:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:11:54 -0700 |
| commit | 9872902e4784220f3add1a1af256dfc89cd6e31a (patch) | |
| tree | d293139e1a9cb6e9f07add39d3884b4ac445eaa5 /less/progress-bars.less | |
| parent | 0cd186183c5e18f0517d6037d53f29c56adbac72 (diff) | |
| download | bootstrap-9872902e4784220f3add1a1af256dfc89cd6e31a.tar.xz bootstrap-9872902e4784220f3add1a1af256dfc89cd6e31a.zip | |
remove .border-radius mixin and replace with standard border-radius property, since -webkit-* and -moz-* are only needed for older versions
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..f7305113e 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -48,7 +48,7 @@ margin-bottom: @baseLineHeight; #gradient > .vertical(#f5f5f5, #f9f9f9); .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); - .border-radius(4px); + border-radius: 4px; } // Bar of progress |
