Commit afca5e8f authored by Lyza Danger Gardner's avatar Lyza Danger Gardner Committed by Lyza Gardner

Remove unused, or possibly deleterious, resets on `sup`, `sub` elements

These rules were added 10 years ago. We don't have any `sup` or `sub`
elements in our source, and they could have possibly deleterious effects
when user content is styled.

Part of https://github.com/hypothesis/frontend-shared/issues/208
parent c91d5045
......@@ -20,20 +20,6 @@ body {
margin: 0;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
pre {
white-space: pre;
white-space: pre-wrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment