Sha256: 87e9879c7e6dec7154d80aa42a86c45ed8876b68a868644ccb9cd6b4a6c53e0e

Contents?: true

Size: 753 Bytes

Versions: 158

Compression:

Stored size: 753 Bytes

Contents

//
// Thumbnails
// --------------------------------------------------


// Mixin and adjust the regular image class
.thumbnail {
  display: block;
  padding: @thumbnail-padding;
  margin-bottom: @line-height-computed;
  line-height: @line-height-base;
  background-color: @thumbnail-bg;
  border: 1px solid @thumbnail-border;
  border-radius: @thumbnail-border-radius;
  .transition(border .2s ease-in-out);

  > img,
  a > img {
    &:extend(.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

158 entries across 158 versions & 29 rubygems

Version Path
hyhyhy-1.0.0 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
twbs_less_rails-2.16.1 vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less
twbs_less_rails-2.16.0 vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less
hyhyhy-0.0.9 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
hyhyhy-0.0.8 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
hyhyhy-0.0.7 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
hyhyhy-0.0.6 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
hyhyhy-0.0.5 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
hyhyhy-0.0.4 lib/hyhyhy/structure/_includes/bootstrap/less/thumbnails.less
bootstrap-on-rails-3.3.1 app/assets/stylesheets/bootstrap/thumbnails.less
railsstrap-3.3.1 vendor/assets/bower_components/bootstrap/less/thumbnails.less
twbs_less_rails-2.15.0 vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less
bootstrap-generators-3.3.1 vendor/twitter/bootstrap/less/thumbnails.less
less-rails-bootstrap-3.3.1.0 app/frameworks/twitter/bootstrap/thumbnails.less
less-rails-bootstrap-3.3.0.1 app/frameworks/twitter/bootstrap/thumbnails.less
less-rails-bootstrap-3.3.0.0 app/frameworks/twitter/bootstrap/thumbnails.less
twbs_less_rails-2.14.0 vendor/assets/stylesheets/twbs/bootstrap/thumbnails.less
railsstrap-3.3.0 vendor/assets/bower_components/bootstrap/less/thumbnails.less