From 841f1eedfc8b2c49f0395d5f0ea2bfa269c19df2 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 29 Sep 2014 10:00:24 +0200 Subject: oscar template: generate bootstrap.min.css from source --- searx/static/oscar/less/bootstrap/mixins/text-overflow.less | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 searx/static/oscar/less/bootstrap/mixins/text-overflow.less (limited to 'searx/static/oscar/less/bootstrap/mixins/text-overflow.less') diff --git a/searx/static/oscar/less/bootstrap/mixins/text-overflow.less b/searx/static/oscar/less/bootstrap/mixins/text-overflow.less new file mode 100644 index 000000000..c11ad2fb7 --- /dev/null +++ b/searx/static/oscar/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