emacs/email-style.css
larstvei f5a3b731ff Revert "Remove email setup"
This reverts commit 047d681931.

It is not a "clean revert", and makes a few changes based on the current setup.
2026-02-03 09:48:00 +01:00

11 lines
381 B
CSS

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; }