Merge pull request #1732 from OrichalcumCosmonaut/main

fix typo in `<sub>` CSS styles
This commit is contained in:
Claire 2022-04-05 09:44:09 +02:00 committed by GitHub
commit f0c0787789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -206,7 +206,12 @@
sub {
font-size: smaller;
text-align: sub;
vertical-align: sub;
}
sup {
font-size: smaller;
vertical-align: super;
}
ul, ol {

View File

@ -125,7 +125,7 @@
sub {
font-size: smaller;
text-align: sub;
vertical-align: sub;
}
sup {