nasmdoc.css: use a smaller font size for code text

Use a smaller font size for code text, just as for ps/pdf.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel) 2020-06-27 23:16:13 -07:00
parent d1a9f8a2f7
commit a4c0d009a0

View File

@ -18,6 +18,7 @@ span.subtitle {
}
code, pre {
font-family: "source code pro", "liberation mono", "monospace";
font-size: 0.8em;
}
pre, blockquote {
margin-left: 4em;