aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.1.1.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-27 00:28:58 -0700
committerJacob Thornton <[email protected]>2011-08-27 00:28:58 -0700
commit1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7 (patch)
treeb35d890c33467dda4a7f1a9ddc3fd68432bb651c /bootstrap-1.1.1.css
parentdb706a2596bf18b60246fcf962134df8203b5cc9 (diff)
downloadbootstrap-1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7.tar.xz
bootstrap-1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7.zip
clean up show logic
Diffstat (limited to 'bootstrap-1.1.1.css')
-rw-r--r--bootstrap-1.1.1.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/bootstrap-1.1.1.css b/bootstrap-1.1.1.css
index c270f641f..778f4b638 100644
--- a/bootstrap-1.1.1.css
+++ b/bootstrap-1.1.1.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Aug 27 00:02:34 PDT 2011
+ * Date: Sat Aug 27 00:28:54 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1790,7 +1790,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
opacity: 0;
}
.modal-backdrop.open, .modal.open {
- display: block;
opacity: 1;
}
.modal-backdrop {
@@ -1803,7 +1802,6 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
z-index: 1000;
}
.modal {
- display: none;
position: fixed;
top: 50%;
left: 50%;