mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
Fixed italics and bolding within tables
This commit is contained in:
@@ -157,6 +157,18 @@
|
|||||||
margin-bottom : 1em;
|
margin-bottom : 1em;
|
||||||
font-family : ScalaSans;
|
font-family : ScalaSans;
|
||||||
font-size : 10pt;
|
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{
|
thead{
|
||||||
font-weight : 800;
|
font-weight : 800;
|
||||||
th{
|
th{
|
||||||
|
|||||||
Reference in New Issue
Block a user