diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
| commit | b38a13ef98bbdf33deb94462386ecffaea89b242 (patch) | |
| tree | ea949032b625168cce59e96eaeac9a19f2f7d3b1 /less/progress-bars.less | |
| parent | 6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 (diff) | |
| parent | 1a22c3b30aa67b4f092b164fad188050af8bbab2 (diff) | |
| download | bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.tar.xz bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
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 { |
