0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-10-10 00:25:06 -04:00

doc: tweak the HTML look of fixed text

Go for 90% rather than 80% size;
For inline (code) tags make font bold.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2025-09-29 17:22:56 -07:00
parent 7582ebb22a
commit cf538e23dd

View File

@@ -48,7 +48,10 @@ span.subtitle {
} }
code, pre { code, pre {
font-family: "source code pro", "liberation mono", "monospace"; font-family: "source code pro", "liberation mono", "monospace";
font-size: 80%; font-size: 90%;
}
code {
font-weight: bold;
} }
pre, blockquote { pre, blockquote {
margin-left: 4em; margin-left: 4em;