Sha256: 0cf150c57e3a7831378477d4c04e286389592abc2edbdf7a22499bf95b300991
Contents?: true
Size: 617 Bytes
Versions: 1
Compression:
Stored size: 617 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(); } } // 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anjlab-bootstrap-rails-3.0.0.3 | app/assets/stylesheets/twitter/bootstrap/_thumbnails.scss |