aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-05-21 00:30:23 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-05-21 00:30:23 +0000
commit559195dcad0532b7eb395988eb0122053d7d12c5 (patch)
treed4f0ff03ca5b1873500375179a7159a8b2df5d75 /mandoc.css
parent73beeba33e71efeeba0e349f87884864df356be1 (diff)
downloadmandoc-559195dcad0532b7eb395988eb0122053d7d12c5.tar.gz
mandoc-559195dcad0532b7eb395988eb0122053d7d12c5.tar.zst
mandoc-559195dcad0532b7eb395988eb0122053d7d12c5.zip
Use <span> for .Ad rather than <i>; also suggested by John Gardner.
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 469a38fe..e26845f1 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.27 2018/05/21 00:00:37 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.28 2018/05/21 00:30:23 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -210,7 +210,8 @@ a.Mt { }
code.Cd { font-style: normal;
font-weight: bold;
font-family: inherit; }
-i.Ad { font-weight: normal; }
+span.Ad { font-style: italic;
+ font-weight: normal; }
b.Ms { font-style: normal; }
span.St { }
a.Ux { }