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

manual patch of #1449 to make thumbnails use grid vars

parent 4ed1b137
2 merge requests!1882[2.0.1-wip] black/dark button,!1894[2.0.1 wip] -- fixing Issue #1893 - removing hardcoded color border from <hr/>
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -2,13 +2,13 @@ ...@@ -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;
......
Supports Markdown
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