diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/content.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/yoga/content.css b/template/yoga/content.css index 8ce56278a..ca6762f9f 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -109,11 +109,13 @@ TABLE.calMonth { TD.calDayCellFull, TD.calDayCellEmpty, TD.calDayCellBlank { vertical-align: top; - font: bold 18px; + font-weight: bold; + font-size: 18px; } TD.calDayHead { - font: bold 12px; + font-weight: bold; + font-size: 12px; text-align: center; } |