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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user