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