diff options
Diffstat (limited to 'data/paste.css')
-rw-r--r-- | data/paste.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css index 013f6e6a1..f6a47fe49 100644 --- a/data/paste.css +++ b/data/paste.css @@ -55,6 +55,14 @@ table.content td.code { padding-bottom: 15px; } +table.content td.markdownrender { + vertical-align: top; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 15px; + width: 100%; +} + pre { margin-top:1em; margin-bottom:2px; |