diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 11:33:55 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 11:33:55 -0800 |
| commit | d4ded76a8fbd35ac66663a6b54f7ab6f85bf0350 (patch) | |
| tree | 4e77821118cfce7a4bbfa39bd069cea91766af0e /lib | |
| parent | c78016e3acaa84adbdde9297c1082825b165f77c (diff) | |
| download | bootstrap-d4ded76a8fbd35ac66663a6b54f7ab6f85bf0350.tar.xz bootstrap-d4ded76a8fbd35ac66663a6b54f7ab6f85bf0350.zip | |
get carousel working in firefox
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/thumbnails.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/thumbnails.less b/lib/thumbnails.less index 6ac3cb51f..3d1d5bc24 100644 --- a/lib/thumbnails.less +++ b/lib/thumbnails.less @@ -51,6 +51,8 @@ a.thumbnail:hover { .active, .next, .prev { display: block; } + .active { left: 0 } + .next, .prev { position: absolute; top: 0; |
