Commit f6ac2979 authored by Melvin's avatar Melvin
Browse files

Fix .thumbnail line-height

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