aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-10 18:26:37 -0700
committerJacob Thornton <[email protected]>2011-09-10 18:26:37 -0700
commit235246d6fcc7947d04555205a5f8a242eb3f6b97 (patch)
tree6760922718f5d7f0d3c843b1646dab96573b3ede /lib
parent9c76070cbddfd02c034cba9e15960906844b76d0 (diff)
downloadbootstrap-235246d6fcc7947d04555205a5f8a242eb3f6b97.tar.xz
bootstrap-235246d6fcc7947d04555205a5f8a242eb3f6b97.zip
not feeling the slide in
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 65b16ce05..de9096b99 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -735,7 +735,7 @@ input[type=submit].btn {
}
.modal-backdrop, .modal-backdrop.fade.in {
- .opacity(70);
+ .opacity(80);
}
.modal {
@@ -753,11 +753,6 @@ input[type=submit].btn {
.box-shadow(0 3px 7px rgba(0,0,0,0.3));
.background-clip(padding-box);
.close { margin-top: 7px; }
- &.fade {
- .transition(e('opacity .25s linear, top .25s ease-out'));
- top:-50%;
- }
- &.fade.in { top: 50%;}
}
.modal-header {
border-bottom: 1px solid #eee;