Style main list better. Enable hyphenation.
This commit is contained in:
@@ -63,6 +63,10 @@ h4 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
article {
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.index ol {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
@@ -70,6 +74,9 @@ h4 {
|
||||
|
||||
.index ol li {
|
||||
margin-bottom: 2px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.index ol li a {
|
||||
|
||||
Reference in New Issue
Block a user