Questions? Hit me up: @Tayokoart
Questions? Hit me up: @Tayokoart
Questions? Hit me up: @Tayokoart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wl-sidenav .nav-header { | |
line-height: 1.1em; /* vertical white space is a great way to make wrapping look intentional */ | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSS based & webfont to replace original <img /> tag */ | |
.wl-category-header { | |
margin: 0; | |
padding: 8px 0; | |
text-align: center; | |
background: #ceebf9; /* Fallback */ | |
background: linear-gradient(to bottom, #ceebf9 0%,#cce4f1 100%); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* overflow: hidden */ | |
.wl-sidenav .nav li a { | |
overflow: hidden; /* Prevents words from overflowing outside of their bounds */ | |
} | |
/* word-break: break-all */ | |
.wl-sidenav .nav li a { | |
word-break: break-all; /* Lines may break between any two characters for non-CJK scripts */ | |
} |
NewerOlder