Commit 75e5279e authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #4393 from Nivl/2.1.0-wip

Fix .thumbnail line-height
parents e9b04acb f6ac2979
Showing with 1 addition and 1 deletion
+1 -1
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
line-height: 20px; line-height: @baseLineHeight;
border: 1px solid #ddd; border: 1px solid #ddd;
.border-radius(4px); .border-radius(4px);
.box-shadow(0 1px 3px rgba(0,0,0,.055)); .box-shadow(0 1px 3px rgba(0,0,0,.055));
......
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