summaryrefslogtreecommitdiffstats
path: root/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 433bb945..f0d493a4 100644
--- a/html.c
+++ b/html.c
@@ -190,7 +190,7 @@ print_gen_head(struct html *h)
print_endline(h);
print_text(h, "div.Nd, div.Bf, div.Op { display: inline; }");
print_endline(h);
- print_text(h, "span.Pa { font-style: italic; }");
+ print_text(h, "span.Pa, span.Ad { font-style: italic; }");
print_endline(h);
print_text(h, "dl.Bl-diag ");
print_byte(h, '>');