0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fix for thumbnails in responsive design

This commit is contained in:
Kai Dorschner 2012-08-19 17:32:40 +03:00
parent c9cef741f6
commit 1e190d8036

View File

@ -53,6 +53,7 @@
} }
.thumbnails > li { .thumbnails > li {
float: none; float: none;
margin-left: 0;
} }
// Make all grid-sized elements block level again // Make all grid-sized elements block level again
[class*="span"], [class*="span"],