Space things out a bit. Remove underlines from index links.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user