Add an entry so <errorname> is displayed in monospace italic text.
Approved by: doceng (implicit)
This commit is contained in:
parent
233cf36d64
commit
7db5f9e9e3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48258
1 changed files with 5 additions and 0 deletions
|
@ -393,6 +393,11 @@ pre.programlisting {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.errorname {
|
||||||
|
font-family: monospace;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
pre.screen strong {
|
pre.screen strong {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
Loading…
Reference in a new issue