diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 13:18:37 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-24 13:18:37 +0000 |
commit | 6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f (patch) | |
tree | be91e0fe86f01406a40e63cd36e3fccafa6bf7f2 /example.style.css | |
parent | 81c9a3f1c3d4a64b4404c010ceda364c2afd9e7c (diff) | |
download | mandoc-6a2359747f92ffc48b612b8fb8a2e7a87a9dff8f.tar.gz |
Proper handling of `Rs' blocks in -Thtml.
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 1 |
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). */ |