summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-27 23:18:28 -0700
committerH. Peter Anvin (Intel) <hpa@zytor.com>2020-06-27 23:18:28 -0700
commit296685b5e3779b0f44adb2cb142d7128adf5a538 (patch)
tree63e4f64e6980a8d94c8b06e57d14ff6e063e72b2
parenta4c0d009a04adf30dbbc84bfce4ed2769ae7ff15 (diff)
downloadnasm-296685b5e3779b0f44adb2cb142d7128adf5a538.tar.gz
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@zytor.com>
-rw-r--r--doc/nasmdoc.css2
1 files changed, 1 insertions, 1 deletions
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;