diff options
| author | Jacob Thornton <[email protected]> | 2012-01-02 16:04:01 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-02 16:04:01 -0800 |
| commit | 2d092dfeea969d82bc55a153c6a597a3e87a0a03 (patch) | |
| tree | 6aca6495c02d6efc1dfc24021607b3ae254513bc /bootstrap.css | |
| parent | 12868933b9141ff9c63277efe36665cc7a8815df (diff) | |
| download | bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.tar.xz bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.zip | |
start playing with carousel stuff
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css index 333d6f04c..d906168cf 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 Dec 24 22:30:43 PST 2011 + * Date: Sun Dec 25 21:24:32 PST 2011 */ html, body { margin: 0; @@ -2385,6 +2385,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner { top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -250px; background-color: #ffffff; @@ -2662,6 +2664,12 @@ a.thumbnail:hover { .thumbnail .caption { padding: 9px; } +.carousel .item { + display: none; +} +.carousel .active { + display: block; +} .hidden { display: none; visibility: hidden; |
