1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

update docs

This commit is contained in:
Jeremy Denoun
2013-04-18 17:05:50 +02:00
parent cc15c0e769
commit d3e0d4a7ba

View File

@@ -5813,6 +5813,9 @@ a.badge:focus {
-moz-transition: width 0.6s ease; -moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease; -o-transition: width 0.6s ease;
transition: width 0.6s ease; transition: width 0.6s ease;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
} }
.progress .bar + .bar { .progress .bar + .bar {