0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-11 08:54:23 +01:00

manual patch of #1449 to make thumbnails use grid vars

This commit is contained in:
Mark Otto 2012-02-06 23:39:22 -08:00
parent 4ed1b13719
commit 1a97cce19b
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -2,13 +2,13 @@
// ---------- // ----------
.thumbnails { .thumbnails {
margin-left: -20px; margin-left: -@gridGutterWidth;
list-style: none; list-style: none;
.clearfix(); .clearfix();
} }
.thumbnails > li { .thumbnails > li {
float: left; float: left;
margin: 0 0 @baseLineHeight 20px; margin: 0 0 @baseLineHeight @gridGutterWidth;
} }
.thumbnail { .thumbnail {
display: block; display: block;