=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.13 retrieving revision 1.15 diff -u -p -r1.13 -r1.15 --- mandoc/Attic/example.style.css 2009/10/08 23:00:15 1.13 +++ mandoc/Attic/example.style.css 2009/11/04 08:07:59 1.15 @@ -58,10 +58,11 @@ a.link-ext { } /* Off-site link (Lk). */ a.link-includes { } /* Include-file link (In). */ a.link-mail { } /* Mailto links (Mt). */ a.link-man { } /* Manual links (Xr). */ +a.link-ref { } /* Reference section links (%Q). */ 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.footer { } /* Document footer. */