Sha256: d22ac9c6c676926db0bf9759b23d9f01aff48a4f6734bdbb40385d9cb4e55922
Contents?: true
Size: 601 Bytes
Versions: 5
Compression:
Stored size: 601 Bytes
Contents
// // Thumbnails // -------------------------------------------------- // Mixin and adjust the regular image class .thumbnail { .img-thumbnail(); display: block; // Override the inline-block from `.img-thumbnail` margin-bottom: @line-height-computed; > img { .img-responsive(); margin-left: auto; margin-right: auto; } } // Add a hover state for linked versions only a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: @link-color; } // Image captions .thumbnail .caption { padding: @thumbnail-caption-padding; color: @thumbnail-caption-color; }
Version data entries
5 entries across 5 versions & 3 rubygems