don't let sub/superscripts affect line height
This commit is contained in:
parent
07031fe667
commit
56eb767e33
@ -84,6 +84,15 @@ div.content {
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
sup, sub {
|
||||
vertical-align: baseline;
|
||||
position: relative;
|
||||
top: -0.4em;
|
||||
}
|
||||
sub {
|
||||
top: 0.4em;
|
||||
}
|
||||
|
||||
footer {
|
||||
display: block;
|
||||
font-size: 75%;
|
||||
|
Loading…
Reference in New Issue
Block a user