summaryrefslogtreecommitdiff
path: root/searx/static/oscar/less/bootstrap/mixins/resize.less
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-01 17:48:12 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-01 17:48:12 +0100
commit9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (patch)
treecbb1e9c475134ebbc22edefa4128b0a48f1e5770 /searx/static/oscar/less/bootstrap/mixins/resize.less
parente3957d6adf5298dbc009a0892f5c088c397c586b (diff)
[enh] themes static content refactor
Diffstat (limited to 'searx/static/oscar/less/bootstrap/mixins/resize.less')
-rw-r--r--searx/static/oscar/less/bootstrap/mixins/resize.less6
1 files changed, 0 insertions, 6 deletions
diff --git a/searx/static/oscar/less/bootstrap/mixins/resize.less b/searx/static/oscar/less/bootstrap/mixins/resize.less
deleted file mode 100644
index 3acd3afdb..000000000
--- a/searx/static/oscar/less/bootstrap/mixins/resize.less
+++ /dev/null
@@ -1,6 +0,0 @@
-// Resize anything
-
-.resizable(@direction) {
- resize: @direction; // Options: horizontal, vertical, both
- overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
-}