diff options
| author | Mark Otto <[email protected]> | 2012-04-24 06:39:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 06:39:14 -0700 |
| commit | f9744ff52207617ec4610809603f34d7eba1d077 (patch) | |
| tree | f2bf219700234d17f716786f3832dd8a1e0aa5e7 /less/thumbnails.less | |
| parent | e659dc7e1be2e09cec34703dce8c737496e3504e (diff) | |
| download | bootstrap-f9744ff52207617ec4610809603f34d7eba1d077.tar.xz bootstrap-f9744ff52207617ec4610809603f34d7eba1d077.zip | |
make component animations work cross browsers with opacity mixin, restore float on thumbnails > li
Diffstat (limited to 'less/thumbnails.less')
| -rw-r--r-- | less/thumbnails.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less index 7fa77afa9..012def577 100644 --- a/less/thumbnails.less +++ b/less/thumbnails.less @@ -14,6 +14,7 @@ // Float li to make thumbnails appear in a row .thumbnails > li { + float: left; // Explicity set the float since we don't require .span* classes margin-bottom: @baseLineHeight; } |
