Sha256: 13956926081a20dc5f74b95735dff4167d95f7d689f9d1452b45e3af9dbd2eac
Contents?: true
Size: 577 Bytes
Versions: 56
Compression:
Stored size: 577 Bytes
Contents
// // Thumbnails // -------------------------------------------------- // Mixin and adjust the regular image class .thumbnail { @extend .img-thumbnail; display: block; // Override the inline-block from `.img-thumbnail` > img { @include 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
56 entries across 56 versions & 6 rubygems