aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:20:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-24 09:20:02 +0000
commit3ed66df36c17c0acbbe4b0abf4000069483787ce (patch)
treecb0789e220e14999195bd901cf19c1a3f61b2670 /example.style.css
parenta0b543e065a74a37ce868260377d972dde36cf89 (diff)
downloadmandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.tar.gz
mandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.tar.zst
mandoc-3ed66df36c17c0acbbe4b0abf4000069483787ce.zip
Many more macros added to -Thtml.
Minor space issues fixed in -Tascii.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css
index df2a675e..ff7833df 100644
--- a/example.style.css
+++ b/example.style.css
@@ -13,6 +13,7 @@ div.ssec-block { }
span.addr { text-decoration: underline; } /* Address (Ad). */
span.arg { font-style: italic; } /* Command argument (Ar). */
span.author { } /* Author name (An). */
+span.cmd { font-weight: bold; } /* Command (Cm). */
span.config { font-weight: bold; } /* Config statement (Cd). */
span.define { } /* Defines (Dv). */
span.desc { } /* Nd. After em-dash. */
@@ -21,14 +22,17 @@ span.emph { font-style: italic; } /* Emphasis (Em). */
span.env { } /* Environment variables (Ev). */
span.errno { } /* Error string (Er). */
span.farg { text-decoration: underline; } /* Function argument (Fa, Fn). */
+span.fname { text-decoration: underline; } /* Function name (Fa, Fn, Rv). */
span.file { font-style: italic; } /* File (Pa). */
span.flag { font-weight: bold; } /* Flag (Fl, Cm). */
+span.includes { font-weight: bold; } /* Header includes (In). */
span.macro { } /* Macro-ish thing (Fd). */
span.name { font-weight: bold; } /* Name of utility (Nm). */
span.opt { } /* Options (Op, Oo/Oc). */
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). */
+span.var { font-weight: bold; } /* Variables (Rv). */
a.link-man { } /* Manual links (Xr). */
a.link-sec { } /* Section links (Sx). */