Add an entry so <errorname> is displayed in monospace italic text.

Approved by:	doceng (implicit)
This commit is contained in:
Warren Block 2016-02-26 04:59:09 +00:00
parent 233cf36d64
commit 7db5f9e9e3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48258

View file

@ -393,6 +393,11 @@ pre.programlisting {
font-weight: bold;
}
.errorname {
font-family: monospace;
font-style: italic;
}
pre.screen strong {
font-family: monospace;
font-weight: normal;