aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap-responsive.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-10-01 15:29:21 -0700
committerMark Otto <[email protected]>2012-10-01 15:29:21 -0700
commit5cf7c803e284052106f4f22897f2f0a511952565 (patch)
tree2a6736698bad8f9c11f8218759efd4c386452e55 /docs/assets/css/bootstrap-responsive.css
parentd36e37214b718ed27a49f49ac4c6e72f373cbd0c (diff)
parentecbb0ed4df3975d473e3c3558db322e26c6620ae (diff)
downloadbootstrap-5cf7c803e284052106f4f22897f2f0a511952565.tar.xz
bootstrap-5cf7c803e284052106f4f22897f2f0a511952565.zip
Merge branch '2.1.2-wip-modal-responsivefix' of https://github.com/andriijas/bootstrap into andriijas-2.1.2-wip-modal-responsivefix
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
-rw-r--r--docs/assets/css/bootstrap-responsive.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index f1efde190..5320eadf8 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -872,8 +872,11 @@
width: auto;
margin: 0;
}
+ .modal.fade {
+ top: -100px;
+ }
.modal.fade.in {
- top: auto;
+ top: 20px;
}
}