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/text-overflow.less | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 searx/static/less/bootstrap/mixins/text-overflow.less (limited to 'searx/static/less/bootstrap/mixins/text-overflow.less') diff --git a/searx/static/less/bootstrap/mixins/text-overflow.less b/searx/static/less/bootstrap/mixins/text-overflow.less new file mode 100644 index 000000000..c11ad2fb7 --- /dev/null +++ b/searx/static/less/bootstrap/mixins/text-overflow.less @@ -0,0 +1,8 @@ +// Text overflow +// Requires inline-block or block for proper styling + +.text-overflow() { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} -- cgit v1.2.3