aboutsummaryrefslogtreecommitdiff
path: root/less/modals.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-20 13:53:38 -0800
committerMark Otto <[email protected]>2012-12-20 13:53:38 -0800
commit6bd5dc7d9fefd6d936def8a224bf38c6beeac234 (patch)
tree8044ff9f59ffa9234edf79dd7237bd893b1310c5 /less/modals.less
parenta5e04c0799b64421f413321c29455e93187ad35a (diff)
downloadbootstrap-6bd5dc7d9fefd6d936def8a224bf38c6beeac234.tar.xz
bootstrap-6bd5dc7d9fefd6d936def8a224bf38c6beeac234.zip
Add important flag to .show/.hide utility classes; remove .hide requirement from modals
Diffstat (limited to 'less/modals.less')
-rw-r--r--less/modals.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index 8da32dea9..7a233091d 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -26,6 +26,7 @@
top: 10%;
left: 50%;
z-index: @zindex-modal;
+ display: none;
width: 560px;
margin-left: -280px;
background-color: #fff;