From 9f12605f7ebc9ca5575fc4ee9900e0e821366c4d Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Thu, 1 Jan 2015 17:48:12 +0100 Subject: [enh] themes static content refactor --- searx/static/oscar/less/bootstrap/mixins/resize.less | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 searx/static/oscar/less/bootstrap/mixins/resize.less (limited to 'searx/static/oscar/less/bootstrap/mixins/resize.less') 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` -} -- cgit v1.2.3