diff options
| author | Mark Otto <[email protected]> | 2012-01-28 12:43:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-28 12:43:19 -0800 |
| commit | 2bfda031cebcde7361797dd54badeb91d4cb98cf (patch) | |
| tree | 6ff901046e44d11f3f3049da9cddcca300eb5ec4 /less/progress-bars.less | |
| parent | 39f70afed9998826f4a4ff548b721a5b065c985e (diff) | |
| download | bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.tar.xz bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.zip | |
darken buttons, uncomment out firefox keyframes from progress bars
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less index 228972f2c..cfca78d68 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -11,11 +11,10 @@ to { background-position: 40px 0; } } -// Temporarily commented out since LESS won't compile with this -// @-moz-keyframes progress-bar-stripes { -// from { background-position: 0 0; } -// to { background-position: 40px 0; } -// } +@-moz-keyframes progress-bar-stripes { + from { background-position: 0 0; } + to { background-position: 40px 0; } +} // Spec @keyframes progress-bar-stripes { |
