Customize Sphinx theme

This commit is contained in:
vitaut
2015-05-19 08:13:13 -07:00
parent 4c1a0303aa
commit 18a55cdb27
83 changed files with 8602 additions and 56 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;
}