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 {
margin-left: -20px;
margin-left: -@gridGutterWidth;
list-style: none;
.clearfix();
}
.thumbnails > li {
float: left;
margin: 0 0 @baseLineHeight 20px;
margin: 0 0 @baseLineHeight @gridGutterWidth;
}
.thumbnail {
display: block;