aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-23 13:50:55 -0800
committerMark Otto <[email protected]>2012-01-23 13:50:55 -0800
commitcd5ffbe39626303a395448a6c9a507f3ad04ff5e (patch)
tree233dbdea6801ecb7d012ada6ff439a1cb527b14d /lib
parent1954cf001926a94f7a4d51f16beaf9f2ba671d13 (diff)
downloadbootstrap-cd5ffbe39626303a395448a6c9a507f3ad04ff5e.tar.xz
bootstrap-cd5ffbe39626303a395448a6c9a507f3ad04ff5e.zip
fix up the modals in responsive a bit
Diffstat (limited to 'lib')
-rw-r--r--lib/responsive.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/responsive.less b/lib/responsive.less
index f5c23df3c..416a8da7b 100644
--- a/lib/responsive.less
+++ b/lib/responsive.less
@@ -97,11 +97,12 @@
// Modals
.modal {
- position: fixed;
+ position: absolute;
top: 20px;
left: 20px;
right: 20px;
width: auto;
+ margin: 0;
&.fade.in { top: auto; }
}
.modal-header .close {