=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.17 retrieving revision 1.19 diff -u -p -r1.17 -r1.19 --- mandoc/Attic/example.style.css 2009/11/12 05:02:56 1.17 +++ mandoc/Attic/example.style.css 2009/11/16 09:52:47 1.19 @@ -1,3 +1,5 @@ +/* $Id: example.style.css,v 1.19 2009/11/16 09:52:47 kristaps Exp $ */ + div.body { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */ @@ -47,6 +49,7 @@ span.ref-corp { } /* Reference corporate/foreign autho span.ref-rep { } /* Reference report (%R). */ span.ref-title { } /* Reference title (%T). */ span.ref-vol { } /* Reference volume (%V). */ +span.roman { font-style: normal; font-weight: normal; } /* Generic font. */ span.small { font-size: smaller; } /* Generically small (SB, SM). */ span.symb { font-weight: bold; font-style: normal; } /* Symbols. */ span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */