summaryrefslogtreecommitdiffstatshomepage
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
commitefcc442499da0cc5d2453ac6d1c7d39375170826 (patch)
tree104025a00512ea58db586b9565fcaf7456de0be3 /example.style.css
parent3c3f7e0626d591d610886eca631e57b473866ea4 (diff)
downloadmandoc-efcc442499da0cc5d2453ac6d1c7d39375170826.tar.gz
mandoc-efcc442499da0cc5d2453ac6d1c7d39375170826.tar.zst
mandoc-efcc442499da0cc5d2453ac6d1c7d39375170826.zip
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). */