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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user