diff options
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). */ |