diff options
Diffstat (limited to 'css/page.css')
-rw-r--r-- | css/page.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/page.css b/css/page.css index 3befd01..1a845f9 100644 --- a/css/page.css +++ b/css/page.css @@ -18,6 +18,18 @@ div.page p.pageHeading { text-align: right; } +div.page p.note { + font-style:italic; +} + +div.page p.note::before { + content:"\002E\002E\002E\0020"; +} + +div.page p.note span.emphasis { + font-weight:bold; +} + div.page table tr.small { font-size:calc(2rem / 3); } |