X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/b87dd27c63be35efb068356c9a795f381bde4f42..97d55ca4647b0ce06db650e5a502dcca3083cdf7:/.mutt/markdown2html?ds=inline diff --git a/.mutt/markdown2html b/.mutt/markdown2html index 2813b37..7853ae5 100755 --- a/.mutt/markdown2html +++ b/.mutt/markdown2html @@ -70,7 +70,17 @@ DEFAULT_CSS += ''' white-space: pre; margin: 1em 0 0 0; font-size: 80%; -}''' +} +table, th, td { + border-collapse: collapse; + border: 1px solid #999; +} +th, td { padding: 0.5em; } +.header { + background: #eee; +} +.even { background: #eee; } +''' STYLESHEET = os.path.join(os.path.expanduser('~/.mutt'), 'markdown2html.css')