2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

starting up bootstrap-js...

This commit is contained in:
Jacob Thornton
2011-08-26 23:57:35 -07:00
parent df8b65445c
commit c26eb016fb
6 changed files with 381 additions and 5 deletions
+2
View File
@@ -150,6 +150,8 @@
.transition(@transition) {
-webkit-transition: @transition;
-moz-transition: @transition;
-ms-transition: @transition;
-o-transition: @transition;
transition: @transition;
}