summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-05-21 00:00:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-05-21 00:00:37 +0000
commitb4255adc323099e5663b8052753a0e07775e7ef0 (patch)
treeac512ed5e4f5b02b63246ae84d380aac81b1442d /mandoc.css
parent0457dff3e8a7b7b7182c4a82fc7ced6540dcb870 (diff)
downloadmandoc-b4255adc323099e5663b8052753a0e07775e7ef0.tar.gz
Use <span> rather than abusing <i> for .Pa;
suggested by John Gardner <gardnerjohng at gmail dot com>.
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css
index 631aedc4..935c5d6b 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -171,7 +171,8 @@ code.Ic { font-style: normal;
code.Ev { font-style: normal;
font-weight: normal;
font-family: monospace; }
-i.Pa { font-weight: normal; }
+span.Pa { font-style: italic;
+ font-weight: normal; }
/* Semantic markup for function libraries. */