0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 17:22:42 +00:00

Adding sub and sup support

This commit is contained in:
Scott Tolksdorf
2016-02-29 20:25:26 -05:00
parent d2424d839a
commit 0379bf1720
3 changed files with 24 additions and 1 deletions

View File

@@ -232,6 +232,16 @@ table {
.phb em {
font-style: italic;
}
.phb sup {
vertical-align: super;
font-size: smaller;
line-height: 0;
}
.phb sub {
vertical-align: sub;
font-size: smaller;
line-height: 0;
}
.phb h1,
.phb h2,
.phb h3,