diff options
| author | Jacob Thornton <[email protected]> | 2011-08-27 00:28:58 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-27 00:28:58 -0700 |
| commit | 1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7 (patch) | |
| tree | b35d890c33467dda4a7f1a9ddc3fd68432bb651c /lib/patterns.less | |
| parent | db706a2596bf18b60246fcf962134df8203b5cc9 (diff) | |
| download | bootstrap-1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7.tar.xz bootstrap-1cbda504a0a4bb4a34a43722a0f65d2a0bc8abb7.zip | |
clean up show logic
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index cf2edf4d7..b1be9a18c 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -584,7 +584,6 @@ input[type=submit].btn { .transition(opacity .15s linear); opacity: 0; &.open { - display: block; opacity: 1; } } @@ -599,7 +598,6 @@ input[type=submit].btn { z-index: 1000; } .modal { - display: none; position: fixed; top: 50%; left: 50%; |
