diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-01 17:48:12 +0100 |
| commit | 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (patch) | |
| tree | cbb1e9c475134ebbc22edefa4128b0a48f1e5770 /searx/static/oscar/less/bootstrap/thumbnails.less | |
| parent | e3957d6adf5298dbc009a0892f5c088c397c586b (diff) | |
[enh] themes static content refactor
Diffstat (limited to 'searx/static/oscar/less/bootstrap/thumbnails.less')
| -rw-r--r-- | searx/static/oscar/less/bootstrap/thumbnails.less | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/searx/static/oscar/less/bootstrap/thumbnails.less b/searx/static/oscar/less/bootstrap/thumbnails.less deleted file mode 100644 index c428920bc..000000000 --- a/searx/static/oscar/less/bootstrap/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; - } -} |