=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mandoc/Attic/example.style.css 2009/09/21 13:44:56 1.3 +++ mandoc/Attic/example.style.css 2009/09/21 23:12:08 1.4 @@ -20,18 +20,20 @@ span.diag { font-weight: bold; } /* Diagnostic (Bl -di span.emph { font-style: italic; } /* Emphasis (Em). */ span.env { } /* Environment variables (Ev). */ span.errno { } /* Error string (Er). */ -span.farg { font-style: underline; } /* Function argument (Fa, Fn). */ +span.farg { text-decoration: underline; } /* Function argument (Fa, Fn). */ span.file { font-style: italic; } /* File (Pa). */ span.flag { font-weight: bold; } /* Flag (Fl, Cm). */ span.macro { } /* Macro-ish thing (Fd). */ span.name { font-weight: bold; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ -span.type { font-weight: italic; } /* Variable types (Vt, Ft, Fn). */ +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). */ a.link-man { } /* Manual links (Xr). */ 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). */