diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:09:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-26 04:09:45 +0000 |
commit | 19a32a4c143965883bb87247ee3c503bd159f61f (patch) | |
tree | c6c65190ec32a4b4c439bfee45ffedaf53c0f319 /example.style.css | |
parent | 135785a8d163dcf9961552ae584586e0c1c9e973 (diff) | |
download | mandoc-19a32a4c143965883bb87247ee3c503bd159f61f.tar.gz |
Full `%U' support.
`Lk' display fixed.
Renamed arg2xxxx as a2xxxx for consistency.
Renamed print_foot to print_man_foot for consistency.
Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
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 86505404..d5ac791e 100644 --- a/example.style.css +++ b/example.style.css @@ -58,6 +58,7 @@ 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-ref { } /* Reference section links (%Q). */ a.link-sec { } /* Section links (Sx). */ div.emph { font-style: italic; } /* Emphasis (Bl -emphasis). */ |