Improve formatting now that section numbers exist

This commit is contained in:
Tony Garnock-Jones 2018-09-24 19:54:23 +01:00
parent 3c7215397d
commit 354776199f
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ body {
hr+* { page-break-before: always; margin-top: 0; }
hr { display: none; }
}
h1, h2, h3, h4, h5, h6 { margin-left: -1rem; color: #4f81bd; }
h1, h2, h3, h4, h5, h6 { color: #4f81bd; }
h2 { border-bottom: solid #4f81bd 1px; }
pre, code { background-color: #eee; font-family: "DejaVu Sans Mono", monospace; }
code { font-size: 75%; }
@ -57,3 +57,5 @@ h2[id^="appendix-"] ~ h3:before {
h2#notes:before {
display: none;
}
.footnotes > ol { padding: 0; font-size: 90%; }