summaryrefslogtreecommitdiffstats
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 13:18:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 13:18:37 +0000
commit6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f (patch)
treebe91e0fe86f01406a40e63cd36e3fccafa6bf7f2 /example.style.css
parent81c9a3f1c3d4a64b4404c010ceda364c2afd9e7c (diff)
downloadmandoc-6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f.tar.gz
Proper handling of `Rs' blocks in -Thtml.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css
index 99441efa..ad54850b 100644
--- a/example.style.css
+++ b/example.style.css
@@ -33,6 +33,7 @@ span.lit { font-family: monospace; } /* Literals (Bf -literal). */
span.macro { font-weight: bold; } /* Macro-ish thing (Fd). */
span.name { font-weight: bold; } /* Name of utility (Nm). */
span.opt { } /* Options (Op, Oo/Oc). */
+span.ref { } /* Citations (Rs). */
span.symb { font-weight: bold; } /* Symbols. */
span.type { font-style: italic; } /* Variable types (Vt). */
span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */