Sha256: e9c0ff7b8b896ef824276dc4dcf88a4e11751728b8f89ecdc61f2ef6ceef1dc1
Contents?: true
Size: 584 Bytes
Versions: 8
Compression:
Stored size: 584 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&:hover, a&:focus, a&.active { border-color: @link-color; } // Image captions .caption { padding: @thumbnail-caption-padding; color: @thumbnail-caption-color; } }
Version data entries
8 entries across 8 versions & 5 rubygems