Commit 1a97cce1 authored by Mark Otto's avatar Mark Otto

manual patch of #1449 to make thumbnails use grid vars

parent 4ed1b137
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment