Skip to content

Commit 72217c5

Browse files
committed
Work around poor italic support for webfont
1 parent 8232c40 commit 72217c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/docs.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ a, a:visited, a:link, .quasilink {
3030
text-decoration: none;
3131
}
3232

33+
em {
34+
padding-right: 2px;
35+
}
36+
3337
.quasilink {
3438
cursor: pointer;
3539
}

0 commit comments

Comments
 (0)