[enh] themes static content refactor

This commit is contained in:
Adam Tauber 2015-01-01 17:48:12 +01:00
parent e3957d6adf
commit 9f12605f7e
184 changed files with 19 additions and 10 deletions

View file

@ -1,8 +0,0 @@
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}