diff options
Diffstat (limited to 'docs/less/thumbnails.less')
-rw-r--r-- | docs/less/thumbnails.less | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/less/thumbnails.less b/docs/less/thumbnails.less deleted file mode 100644 index 1adee9e..0000000 --- a/docs/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` - - > 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; -} |