=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mandoc/Attic/style.css 2009/10/07 14:39:00 1.12 +++ mandoc/Attic/style.css 2009/11/04 08:07:31 1.13 @@ -60,7 +60,7 @@ a.link-man { } /* Manual links (Xr). */ a.link-sec { } /* Section links (Sx). */ div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */ -div.lit { } /* Literal (D1, Bd -literal, Dl, Bd -literal). */ +div.lit { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */ div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */ table.header { border-bottom: 1px dotted #cccccc; }/* Document footer. */