aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-21 23:12:08 +0000
commitdb1cc603d2086d77273cf9470a5d8446ddd92076 (patch)
tree4a2edb9e25b6fcaf333f5917328042fda7f93a69 /example.style.css
parent9f777ad6602d39fedc5834eeec65aa76edeae9ca (diff)
downloadmandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.gz
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.tar.zst
mandoc-db1cc603d2086d77273cf9470a5d8446ddd92076.zip
A few more macros in -Thtml.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css6
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). */