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 /lib | |
| parent | 12868933b9141ff9c63277efe36665cc7a8815df (diff) | |
| download | bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.tar.xz bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.zip | |
start playing with carousel stuff
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/modals.less | 2 | ||||
| -rw-r--r-- | lib/thumbnails.less | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/modals.less b/lib/modals.less index 53d6cd408..ec1607c51 100644 --- a/lib/modals.less +++ b/lib/modals.less @@ -22,6 +22,8 @@ top: 50%; left: 50%; z-index: 11000; + max-height: 500px; + overflow: auto; width: 560px; margin: -250px 0 0 -250px; background-color: @white; diff --git a/lib/thumbnails.less b/lib/thumbnails.less index 9e25f5027..ae2e6c94e 100644 --- a/lib/thumbnails.less +++ b/lib/thumbnails.less @@ -32,3 +32,11 @@ a.thumbnail:hover { .thumbnail .caption { padding: 9px; } + +.carousel .item { + display: none; +} + +.carousel .active { + display: block; +}
\ No newline at end of file |
