mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
make component animations work cross browsers with opacity mixin, restore float on thumbnails > li
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user