Commit 7bf34196 authored by Mark Otto's avatar Mark Otto

Merge branch '2.0.2-wip' of github.com:twitter/bootstrap into 2.0.2-wip

parents bd558248 20873390
...@@ -93,3 +93,11 @@ ...@@ -93,3 +93,11 @@
.progress-info.progress-striped .bar { .progress-info.progress-striped .bar {
#gradient > .striped(#5bc0de); #gradient > .striped(#5bc0de);
} }
// Warning (orange)
.progress-warning .bar {
#gradient > .vertical(lighten(@orange, 15%), @orange);
}
.progress-warning.progress-striped .bar {
#gradient > .striped(lighten(@orange, 15%));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment