Add support for <sup> formatting element
This is based of 3e095cab83
Related: https://git.pleroma.social/pleroma/pleroma/issues/1191
This commit is contained in:
committed by
ThibG
parent
da7e0d4f55
commit
317fa43d9a
@ -81,6 +81,11 @@
|
||||
text-align: sub;
|
||||
}
|
||||
|
||||
sup {
|
||||
font-size: smaller;
|
||||
vertical-align: supper;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-left: 1em;
|
||||
|
||||
|
Reference in New Issue
Block a user