diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-21 00:29:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-05-21 00:29:42 +0000 |
commit | a2cd20007cc87876581e7079cd16579ba1dea07a (patch) | |
tree | 624e4ffc697d54b8b0341986634d99101fb65b34 /usr.bin/mandoc/mandoc.css | |
parent | 7488b655b2ad90c310318d9ca8dfc21720d5dae8 (diff) |
Use <span> for .Ad rather than <i>; also suggested by John Gardner.
Diffstat (limited to 'usr.bin/mandoc/mandoc.css')
-rw-r--r-- | usr.bin/mandoc/mandoc.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mandoc.css b/usr.bin/mandoc/mandoc.css index 0439702f285..5cea8a31af6 100644 --- a/usr.bin/mandoc/mandoc.css +++ b/usr.bin/mandoc/mandoc.css @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc.css,v 1.14 2018/05/20 23:54:15 schwarze Exp $ */ +/* $OpenBSD: mandoc.css,v 1.15 2018/05/21 00:29:41 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 { } |