From: martin f. krafft Date: Sun, 12 Sep 2021 23:24:42 +0000 (+1200) Subject: Padding on
 tags
X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/62090a10f51ee6ec80a6385dde9cb41c8f2b2089?hp=93a1fcb5d2c47e1d8774bdc1060b96ff96b60ce2

Padding on 
 tags
---

diff --git a/.mutt/markdown2html b/.mutt/markdown2html
index 2ffe54f..dccecf2 100755
--- a/.mutt/markdown2html
+++ b/.mutt/markdown2html
@@ -95,6 +95,7 @@ h4 { font-size: 107%; }
 h5 { font-size: 103%; }
 h6 { font-size: 100%; }
 p { padding: 0 0.5em; }
+pre { padding: 0 1em; }
 '''
 
 STYLESHEET = os.path.join(os.path.expanduser('~/.mutt'),