Skip to content

Commit

Permalink
Fix .thumbnail line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvin committed Aug 14, 2012
1 parent e9b04ac commit f6ac297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/thumbnails.less
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit f6ac297

Please sign in to comment.