Minimal email css this should have been committed in c3d2fbf

This commit is contained in:
larstvei 2023-05-03 00:16:41 +02:00
parent c7c495d218
commit 9279da4ba9

10
email-style.css Normal file
View File

@ -0,0 +1,10 @@
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }