From 410dbc573bbb873a447710e122faefd11075b6df Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Mon, 12 Jan 2015 14:54:16 +0100 Subject: [enh] static content generalization --- searx/static/less/bootstrap/mixins/resize.less | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 searx/static/less/bootstrap/mixins/resize.less (limited to 'searx/static/less/bootstrap/mixins/resize.less') diff --git a/searx/static/less/bootstrap/mixins/resize.less b/searx/static/less/bootstrap/mixins/resize.less new file mode 100644 index 000000000..3acd3afdb --- /dev/null +++ b/searx/static/less/bootstrap/mixins/resize.less @@ -0,0 +1,6 @@ +// 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