diff options
| author | Mark Otto <[email protected]> | 2012-01-07 04:17:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 04:17:33 -0800 |
| commit | e594107f37ede1ea8bee05d8f4b22aeba89bf458 (patch) | |
| tree | c404db709831a1b4ec5d653067d95ce5967b87fc /bootstrap.css | |
| parent | 5ba7c14afe0fbe1eb9ba18e6a06cc298362ec159 (diff) | |
| download | bootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.tar.xz bootstrap-e594107f37ede1ea8bee05d8f4b22aeba89bf458.zip | |
change up the z-indexing and add some popover/twipsy content to the test modal on the js docs to help avoid future bugs
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 273cbfa69..0b6a41118 100644 --- a/bootstrap.css +++ b/bootstrap.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 Jan 7 04:06:22 PST 2012 + * Date: Sat Jan 7 04:15:19 PST 2012 */ html, body { margin: 0; @@ -2234,7 +2234,7 @@ i { position: fixed; top: 50%; left: 50%; - z-index: 11000; + z-index: 1030; max-height: 500px; overflow: auto; width: 560px; @@ -2304,7 +2304,7 @@ i { } .twipsy { position: absolute; - z-index: 1000; + z-index: 1050; display: block; visibility: visible; padding: 5px; @@ -2382,7 +2382,7 @@ i { position: absolute; top: 0; left: 0; - z-index: 1020; + z-index: 1040; display: none; padding: 5px; } |
