1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-24 09:11:30 +00:00

Fixed italics and bolding within tables

This commit is contained in:
Scott
2016-01-12 12:53:02 -08:00
parent 4165e805c7
commit 0d24fa75b2

View File

@@ -157,6 +157,18 @@
margin-bottom : 1em;
font-family : ScalaSans;
font-size : 10pt;
em{
font-family : ScalaSans;
font-style : italic;
}
strong{
font-weight : 800;
font-family : ScalaSans;
em{
font-style : italic;
font-weight : 800;
}
}
thead{
font-weight : 800;
th{