bootstrap-source/bootstrap-3.0.3/less Kopie/thumbnails.less
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/less Kopie/thumbnails.less	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +//
     1.5 +// Thumbnails
     1.6 +// --------------------------------------------------
     1.7 +
     1.8 +
     1.9 +// Mixin and adjust the regular image class
    1.10 +.thumbnail {
    1.11 +  display: block;
    1.12 +  padding: @thumbnail-padding;
    1.13 +  margin-bottom: @line-height-computed;
    1.14 +  line-height: @line-height-base;
    1.15 +  background-color: @thumbnail-bg;
    1.16 +  border: 1px solid @thumbnail-border;
    1.17 +  border-radius: @thumbnail-border-radius;
    1.18 +  .transition(all .2s ease-in-out);
    1.19 +
    1.20 +  > img,
    1.21 +  a > img {
    1.22 +    .img-responsive();
    1.23 +    margin-left: auto;
    1.24 +    margin-right: auto;
    1.25 +  }
    1.26 +
    1.27 +  // Add a hover state for linked versions only
    1.28 +  a&:hover,
    1.29 +  a&:focus,
    1.30 +  a&.active {
    1.31 +    border-color: @link-color;
    1.32 +  }
    1.33 +
    1.34 +  // Image captions
    1.35 +  .caption {
    1.36 +    padding: @thumbnail-caption-padding;
    1.37 +    color: @thumbnail-caption-color;
    1.38 +  }
    1.39 +}
Impressum Datenschutzerklärung