Sha256: 7b98a439f26ac8523332c45f4fd43597035b175ab04e1aa624980a83896d47a8
Contents?: true
Size: 615 Bytes
Versions: 5
Compression:
Stored size: 615 Bytes
Contents
// // Thumbnails // -------------------------------------------------- // Mixin and adjust the regular image class .thumbnail { @extend .img-thumbnail; display: block; // Override the inline-block from `.img-thumbnail` margin-bottom: $line-height-computed; > img { @include 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