update bootstrap to 2.0.3

single commit this time
This commit is contained in:
tricil
2012-04-24 19:23:32 -04:00
parent 893664e532
commit 51518c3eb2
35 changed files with 956 additions and 1393 deletions

View File

@@ -2,18 +2,18 @@
// --------------------
.fade {
.opacity(0);
.transition(opacity .15s linear);
opacity: 0;
&.in {
opacity: 1;
.opacity(100);
}
}
.collapse {
.transition(height .35s ease);
position:relative;
overflow:hidden;
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
&.in {
height: auto;
}