2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

clean up show logic

This commit is contained in:
Jacob Thornton
2011-08-27 00:28:58 -07:00
parent db706a2596
commit 1cbda504a0
5 changed files with 5 additions and 8 deletions
-2
View File
@@ -584,7 +584,6 @@ input[type=submit].btn {
.transition(opacity .15s linear);
opacity: 0;
&.open {
display: block;
opacity: 1;
}
}
@@ -599,7 +598,6 @@ input[type=submit].btn {
z-index: 1000;
}
.modal {
display: none;
position: fixed;
top: 50%;
left: 50%;