aboutsummaryrefslogtreecommitdiff
path: root/lib/responsive.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-23 15:06:56 -0800
committerJacob Thornton <[email protected]>2012-01-23 15:06:56 -0800
commit74521e835489066d58813c960bc98d1713ea6074 (patch)
tree487e40dd09ab1120130dc64b4292eb3e57f0eec2 /lib/responsive.less
parentf764aee4b919c28974dba7b91edac9a04172ba25 (diff)
parenta074087034716804610637a5ad9cc0447a2cccb2 (diff)
downloadbootstrap-74521e835489066d58813c960bc98d1713ea6074.tar.xz
bootstrap-74521e835489066d58813c960bc98d1713ea6074.zip
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Conflicts: bootstrap.css docs/base-css.html docs/components.html docs/index.html docs/javascript.html docs/less.html docs/scaffolding.html
Diffstat (limited to 'lib/responsive.less')
-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 {