From 296685b5e3779b0f44adb2cb142d7128adf5a538 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Sat, 27 Jun 2020 23:18:28 -0700 Subject: nasmdoc.css: use a relative size for code/pre Use a percentage size modifier for code/pre, which hopefully should allow it to respect enclosing size modifications (for headings.) Signed-off-by: H. Peter Anvin (Intel) --- doc/nasmdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.css b/doc/nasmdoc.css index 85119a42..7926d2b4 100644 --- a/doc/nasmdoc.css +++ b/doc/nasmdoc.css @@ -18,7 +18,7 @@ span.subtitle { } code, pre { font-family: "source code pro", "liberation mono", "monospace"; - font-size: 0.8em; + font-size: 80%; } pre, blockquote { margin-left: 4em; -- cgit v1.2.1