=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/Attic/example.style.css 2009/09/24 09:20:02 1.5 +++ mandoc/Attic/example.style.css 2009/09/24 09:50:31 1.6 @@ -26,9 +26,11 @@ span.fname { text-decoration: underline; } /* Function span.file { font-style: italic; } /* File (Pa). */ span.flag { font-weight: bold; } /* Flag (Fl, Cm). */ span.includes { font-weight: bold; } /* Header includes (In). */ +span.lit { font-family: monospace; } /* Literals (Bf -literal). */ span.macro { } /* Macro-ish thing (Fd). */ span.name { font-weight: bold; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ +span.symb { font-weight: bold; } /* Symbols. */ span.type { font-style: italic; } /* Variable types (Vt, Ft, Fn). */ span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */ span.utility { font-weight: bold; } /* Name of utility (Ex). */ @@ -39,7 +41,9 @@ a.link-sec { } /* Section links (Sx). */ a.link-mail { } /* Mailto links (Mt). */ a.link-ext { } /* Off-site link (Lk). */ -div.lit-block { font-family: monospace; } /* Literal block (D1, Bd -literal, Dl). */ +div.lit { font-family: monospace; } /* Literal (D1, Bd -literal, Dl, Bd -literal). */ +div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */ +div.symb { font-weight: bold; } /* Symbols (Bl -symbolic). */ table.header { } /* Document header. */ table.footer { } /* Document footer. */