summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2017-03-12 23:15:29 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2017-03-12 23:15:29 +0100
commit821e742859d6970f2325879919017b1a4ec8f98c (patch)
tree48ec7d727c6619206a982bc55fe3d205432fcc41
parent2f4db45335d8b7e54bcfcdf48ce1051cc1e0d4d1 (diff)
Added some padding when displaying rendered content.
This applies to anything not rendered by pygments.
-rw-r--r--static/paste.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/paste.css b/static/paste.css
index 7bd00c8..941715f 100644
--- a/static/paste.css
+++ b/static/paste.css
@@ -11,7 +11,7 @@ div#info { font-size: small; color: #bbb; }
span#nick, span#date, span#syntax-type { color: #888; }
div#alt-links { font-size: small; }
div#alt-links a { color: #44f; }
-div.paste-rendered { background-color: #fff; }
+div.paste-rendered { background-color: #fff; margin-top: 1em; padding: 1em; }
.highlighttable { width: 100%; padding-top: 1em; }
.highlighttable td.code { width: 100%; background-color: #fff; }
.highlighttable td { vertical-align: top; }