From 1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 27 Aug 2011 00:28:58 -0700 Subject: clean up show logic --- bootstrap-1.1.1.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bootstrap-1.1.1.css') 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%; -- cgit v1.2.3