diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-09-11 17:25:39 -0400 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-09-11 17:25:39 -0400 |
| commit | fb459df490ecccfa6118daec055e47d7a1dcfff9 (patch) | |
| tree | 889cb253e765f75631a4f0c395ac13790e6502fb /html | |
| parent | 7d8c2d03dc7b977d92c4bd4f0e091a583f98ac00 (diff) | |
htlm/layout.css (h3, h4, h5): Refine last change
Prefer bold to underline and fix non-working specification of italic
Diffstat (limited to 'html')
| -rw-r--r-- | html/layout.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/html/layout.css b/html/layout.css index dbd7a96..807cf1b 100644 --- a/html/layout.css +++ b/html/layout.css @@ -90,15 +90,16 @@ h2 { h3 { font-size: 1.5em; + font-weight: bold; margin: 1.2em 0px; } h4 { margin: 1em 0px; - text-decoration: underline; + font-weight: bold; } h5 { margin: 1em 0px; - text-decoration: italic; + font-style: italic; } a { |
