summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-04-24 00:36:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-04-24 00:36:52 +0000
commit1af5f44d9eec0e4f40a3eb9015d2308ad792ce68 (patch)
tree76a3d6ed459948f5ed8134c22cab3cf945a4c413 /mandoc.css
parent9ae5efa98d12fee60b8b08cead624275dd828742 (diff)
downloadmandoc-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.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css
index 47621b63..4dc48580 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -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; }