Sha256: cd711f8c5eb611cb640688b46e8cc93644d2e7f928a23a1e4893be3ebad7102c
Contents?: true
Size: 623 Bytes
Versions: 3
Compression:
Stored size: 623 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(); } } // Add a hover state for linked versions only a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { 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
3 entries across 3 versions & 1 rubygems