diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-04-24 00:36:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-04-24 00:36:52 +0000 |
commit | 1af5f44d9eec0e4f40a3eb9015d2308ad792ce68 (patch) | |
tree | 76a3d6ed459948f5ed8134c22cab3cf945a4c413 /mandoc.css | |
parent | 9ae5efa98d12fee60b8b08cead624275dd828742 (diff) | |
download | mandoc-1af5f44d9eec0e4f40a3eb9015d2308ad792ce68.tar.gz |
replace my vague and idiosyncratic term "selflink"
with the clearer and more usual "permalink";
suggested by John Gardner <gardnerjohng at gmail dot com>
Diffstat (limited to 'mandoc.css')
-rw-r--r-- | mandoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; } -a.selflink { border-bottom: thin dotted; +a.permalink { border-bottom: thin dotted; color: inherit; font: inherit; text-decoration: inherit; } |