branch: main commit fb459df490ecccfa6118daec055e47d7a1dcfff9 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
htlm/layout.css (h3, h4, h5): Refine last change Prefer bold to underline and fix non-working specification of italic --- html/layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/layout.css b/html/layout.css index dbd7a9626e..807cf1b4e6 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 {