diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -25,6 +25,9 @@ header nav { header span { margin-right: 10px; } +section header { + font-style: italic; +} nav ul { list-style-type: none; border-left: 1px solid ButtonText; @@ -48,6 +51,13 @@ p { margin: 1rem 0; line-height: 1.5rem; } +sup { + font-size: .75rem; + line-height: 0; + position: relative; + vertical-align: baseline; + top: -0.5em; +} img { width: 100%; height: auto; @@ -55,3 +65,9 @@ img { figure { margin: 1rem 4rem; } +.footnotes { + font-size: smaller; +} +.footnotes li { + margin-left: 0; +} |
