mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-25 04:08:12 +00:00
Adding sub and sup support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user