branch: main commit 7d74f07514eabcf2f8a0df2b9a43557d5fde7c62 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* html/layout.css (strong, em): New rules --- html/layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/layout.css b/html/layout.css index df08da8925..ba046883fb 100644 --- a/html/layout.css +++ b/html/layout.css @@ -151,6 +151,10 @@ pre .kw { color: #4f0f71; } +/* Apparently the big "reset" at the beginning makes this necessary. */ +strong { font-weight: bold; } +em { font-style: oblique; } + p { margin: 1em 0 1em 0; }