diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:52:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:52:49 -0800 |
| commit | dd4140319ab4380dd21f5e90e65ef855c54c3420 (patch) | |
| tree | eb39edf1be0aec9d781eddf97fe8154e46f14bf4 /lib/progress-bars.less | |
| parent | 8c1a908754cac2d5760d433318f81471ad164330 (diff) | |
| download | bootstrap-dd4140319ab4380dd21f5e90e65ef855c54c3420.tar.xz bootstrap-dd4140319ab4380dd21f5e90e65ef855c54c3420.zip | |
revamp the mixins file to organize things a bit more, make placeholder text use a new variable instead of relying solely on @grayLight
Diffstat (limited to 'lib/progress-bars.less')
| -rw-r--r-- | lib/progress-bars.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/progress-bars.less b/lib/progress-bars.less index fd9d3f427..e8557a99e 100644 --- a/lib/progress-bars.less +++ b/lib/progress-bars.less @@ -55,7 +55,7 @@ // Striped bars .progress.striped .bar { #gradient > .striped(#62c462); - .background-size(40px, 40px); + .background-size(40px 40px); } // Call animation for the active one |
