0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 17:02:40 +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

@@ -84,6 +84,17 @@
em{
font-style : italic;
}
sup{
vertical-align: super;
font-size: smaller;
line-height: 0;
}
sub{
vertical-align: sub;
font-size: smaller;
line-height: 0;
}
//*****************************
// * HEADERS
// *****************************/