Sha256: 7f55da06fbc39069832b6a439de1a953233e46fb4de79a5b1c5079adb15ebe8e
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 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 { 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twbs_sass_rails-0.2.0 | vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less |
twbs_sass_rails-0.1.0 | vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less |