bootstrap 3.2 upgrade

This commit is contained in:
Sahat Yalkabov
2014-07-02 00:57:48 -04:00
parent 1acca5c8cf
commit d56a07b2ca
64 changed files with 2430 additions and 1692 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;
}