]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix .thumbnail line-height 4393/head
authorMelvin <melvin.laplanche+social@gmail.com>
Tue, 14 Aug 2012 18:06:35 +0000 (21:06 +0300)
committerMelvin <melvin.laplanche+social@gmail.com>
Tue, 14 Aug 2012 18:06:35 +0000 (21:06 +0300)
less/thumbnails.less

index f229a2dadae0b57e39b4eb3d6cdef244af7b6c6e..99b09dd86b9a8bb33d736310322438eb26309479 100644 (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));