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

Merge pull request #4393 from Nivl/2.1.0-wip

Fix .thumbnail line-height
parents e9b04acb f6ac2979
......@@ -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));
......
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