update bootstrap to 3.0.0-rc2
[bootswatch] / bower_components / bootstrap / less / thumbnails.less
old mode 100644 (file)
new mode 100755 (executable)
index 1f89670..76f79b9
@@ -10,7 +10,7 @@
 // Can be `a`, `div`, or `img`
 .thumbnail,
 .img-thumbnail {
-  padding: 4px;
+  padding: @thumbnail-padding;
   line-height: @line-height-base;
   background-color: @thumbnail-bg;
   border: 1px solid @thumbnail-border;
 .thumbnail {
   display: block;
 }
-.thumbnail > img,
-.img-thumbnail {
+.thumbnail > img {
   .img-responsive();
 }
+.img-thumbnail {
+  .img-responsive(inline-block);
+}
 
 // Add a hover state for linked versions only
 a.thumbnail:hover,
@@ -37,6 +39,6 @@ a.thumbnail:focus {
   margin-right: auto;
 }
 .thumbnail .caption {
-  padding: 9px;
+  padding: @thumbnail-caption-padding;
   color: @thumbnail-caption-color;
 }