diff options
| author | Mark Otto <[email protected]> | 2014-07-08 04:00:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 04:00:35 -0700 |
| commit | 9c319d67ee96d0e417098fcb8206413f7a3ed7d3 (patch) | |
| tree | 70e6e0033d7062ec4ec761dff617c1cdcb02fd37 /less/thumbnails.less | |
| parent | 527eccaa9f344c555e33f5324775cf2e24e9bf55 (diff) | |
| download | bootstrap-9c319d67ee96d0e417098fcb8206413f7a3ed7d3.tar.xz bootstrap-9c319d67ee96d0e417098fcb8206413f7a3ed7d3.zip | |
Drop: Thumbnails completely, as they'll be replaced
Diffstat (limited to 'less/thumbnails.less')
| -rw-r--r-- | less/thumbnails.less | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/less/thumbnails.less b/less/thumbnails.less deleted file mode 100644 index 42968cd9a..000000000 --- a/less/thumbnails.less +++ /dev/null @@ -1,36 +0,0 @@ -// -// 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: all .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; - } -} |
