2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

lots of property ordering

This commit is contained in:
Jacob Thornton
2012-04-16 16:34:08 -07:00
parent a3ec868ac2
commit 2881269e16
11 changed files with 137 additions and 144 deletions
+3 -3
View File
@@ -2,18 +2,18 @@
// --------------------
.fade {
.transition(opacity .15s linear);
opacity: 0;
.transition(opacity .15s linear);
&.in {
opacity: 1;
}
}
.collapse {
.transition(height .35s ease);
position:relative;
overflow:hidden;
height: 0;
overflow:hidden;
.transition(height .35s ease);
&.in {
height: auto;
}