Style main list better. Enable hyphenation.

This commit is contained in:
Ian Gulliver
2019-04-24 05:58:14 +00:00
parent 286d55727a
commit 07ce0eee92
3 changed files with 9 additions and 2 deletions

View File

@@ -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 {