diff --git a/include/style.css b/include/style.css index cb853df..86f7997 100644 --- a/include/style.css +++ b/include/style.css @@ -2,7 +2,7 @@ body { font-family: monospace, Courier; font-size: 16px; - max-width: 800px; + max-width: 700px; padding-left: 2ch; padding-right: 3ch; @@ -65,6 +65,7 @@ h4 { article { hyphens: auto; + line-height: 1.5; } .index ol { @@ -73,7 +74,6 @@ article { } .index ol li { - margin-bottom: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; @@ -81,11 +81,12 @@ article { .index ol li a { font-weight: bold; + text-decoration: none; } ul li, ol li { - margin-top: 5px; - margin-bottom: 5px; + margin-top: 6px; + margin-bottom: 6px; } code {