diff --git a/syndicate/mc/preserve.css b/syndicate/mc/preserve.css index 18900c4..35d1881 100644 --- a/syndicate/mc/preserve.css +++ b/syndicate/mc/preserve.css @@ -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%; }