X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=tmpl%2Fless%2Fthumbnails.less;fp=tmpl%2Fless%2Fthumbnails.less;h=0000000000000000000000000000000000000000;hb=0bfa72c239ac875d4e7ee716d59c4df0d1b156a8;hp=a09aa9b835b8bac1506cccfcf640ac5d085c0455;hpb=7b8697217dd7b910c8600a1290d0a9590437afc0;p=mindcoding-template-patches.git diff --git a/tmpl/less/thumbnails.less b/tmpl/less/thumbnails.less deleted file mode 100755 index a09aa9b..0000000 --- a/tmpl/less/thumbnails.less +++ /dev/null @@ -1,31 +0,0 @@ -// -// 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.thumbnail:hover, -a.thumbnail:focus, -a.thumbnail.active { - border-color: @link-color; -} - -// Image captions -.thumbnail .caption { - padding: @thumbnail-caption-padding; - color: @thumbnail-caption-color; -}