[enh] static content generalization

This commit is contained in:
Adam Tauber 2015-01-12 14:54:16 +01:00
parent 12425618ca
commit 410dbc573b
89 changed files with 1 additions and 494 deletions

View file

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