aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit73beeba33e71efeeba0e349f87884864df356be1 (patch)
tree314be439c0e6664b63b961eaaf3c6274fb9a990a /mandoc.css
parenta5431e98343d01db298db894f32761963d932e48 (diff)
downloadmandoc-73beeba33e71efeeba0e349f87884864df356be1.tar.gz
mandoc-73beeba33e71efeeba0e349f87884864df356be1.tar.zst
mandoc-73beeba33e71efeeba0e349f87884864df356be1.zip
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.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/mandoc.css b/mandoc.css
index dbedcb75..469a38fe 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.26 2018/05/09 00:46:10 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.27 2018/05/21 00:00:37 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -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. */