Skip to content

Commit 196bf96

Browse files
committed
epub.css: add styling for sup and sub.
Closes #9160.
1 parent 9fcb0a0 commit 196bf96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/epub.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ a, a:visited {
3333
img {
3434
max-width: 100%;
3535
}
36+
sup {
37+
vertical-align: super;
38+
font-size: smaller;
39+
}
40+
sub {
41+
vertical-align: sub;
42+
font-size: smaller;
43+
}
3644
h1 {
3745
margin: 3em 0 0 0;
3846
font-size: 2em;

0 commit comments

Comments
 (0)