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

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

This commit is contained in:
Mark Otto
2013-05-04 13:11:31 -07:00
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
.generate-grid-columns(@grid-columns);
// Then generate the larger grid classes via media query
@media screen and (min-width: 768px) {
@media screen and (min-width: @screen-small) {
.generate-large-grid-columns(@grid-columns);
}
+1
View File
@@ -63,6 +63,7 @@
background-color: @progress-bar-bg;
.box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));
.transition(width .6s ease);
.backface-visibility(hidden);
}
// Striped bars