0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fix .thumbnail line-height

This commit is contained in:
Melvin 2012-08-14 21:06:35 +03:00
parent e9b04acb92
commit f6ac297903

View File

@ -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));