diff --git a/email-style.css b/email-style.css new file mode 100644 index 0000000..0df8f0f --- /dev/null +++ b/email-style.css @@ -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; }