[nasm:nasm-2.15.xx] nasmdoc.css: use a relative size for code/pre

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Sat Jun 27 23:21:03 PDT 2020


Commit-ID:  296685b5e3779b0f44adb2cb142d7128adf5a538
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=296685b5e3779b0f44adb2cb142d7128adf5a538
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Sat, 27 Jun 2020 23:18:28 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Sat, 27 Jun 2020 23:18:28 -0700

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) <hpa at zytor.com>


---
 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;


More information about the Nasm-commits mailing list