diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 15:26:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-03 15:26:26 +0000 |
commit | 38978c6f40cc37f32a8799d8b8e7e31e051eb2f1 (patch) | |
tree | b9782471b2e0293282cc029b94b082b90e18a94c /example.style.css | |
parent | 54bada649de2dc93dd974dabdb3c9a3c732571f5 (diff) | |
download | mandoc-38978c6f40cc37f32a8799d8b8e7e31e051eb2f1.tar.gz |
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.css | 1 |
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). */ |