aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 15:26:26 +0000
commit2c8407d1d02802e3c8bd38cf02d3e7cc8252a498 (patch)
treef4b17f8b575597882456517628b909cdd5cc8cdd /example.style.css
parent224d010444ff10359e8d1c19e8739476b1e8f0f9 (diff)
downloadmandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.tar.gz
mandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.tar.zst
mandoc-2c8407d1d02802e3c8bd38cf02d3e7cc8252a498.zip
Added the -oincludes=FMT option.
The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated).
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 1867d4fe..cbb279cb 100644
--- a/example.style.css
+++ b/example.style.css
@@ -54,6 +54,7 @@ span.utility { font-weight: bold; } /* Name of utility (Ex). */
span.var { font-weight: bold; } /* Variables (Rv). */
a.link-ext { } /* Off-site link (Lk). */
+a.link-includes { } /* Include-file link (In). */
a.link-mail { } /* Mailto links (Mt). */
a.link-man { } /* Manual links (Xr). */
a.link-sec { } /* Section links (Sx). */