2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Unescaped box-shadows to take advantage of new box-shadow mixin

This commit is contained in:
Luis Aleman
2012-08-27 19:14:00 -04:00
parent 67eae2a503
commit 2719ac3e9b
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
.transition(width .6s ease);
}
.progress .bar + .bar {
.box-shadow(~"inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)");
.box-shadow(inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15));
}
// Striped bars