🐛 (css) Remove double styles for super-/subscript

This commit is contained in:
Michael Große 2018-10-08 13:15:14 +02:00
commit 2765267e59
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

View file

@ -351,22 +351,6 @@ nav > ul {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
svg:not(:root) {
overflow: hidden;
}