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/thumbnails.less | |
| parent | 12868933b9141ff9c63277efe36665cc7a8815df (diff) | |
| download | bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.tar.xz bootstrap-2d092dfeea969d82bc55a153c6a597a3e87a0a03.zip | |
start playing with carousel stuff
Diffstat (limited to 'lib/thumbnails.less')
| -rw-r--r-- | lib/thumbnails.less | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
