diff options
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/example.style.css b/example.style.css index ceb5cc74..df2a675e 100644 --- a/example.style.css +++ b/example.style.css @@ -20,18 +20,20 @@ span.diag { font-weight: bold; } /* Diagnostic (Bl -diag). */ 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). */ |