diff options
-rw-r--r-- | data/paste.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css index f6848a59e..8745f6722 100644 --- a/data/paste.css +++ b/data/paste.css @@ -41,12 +41,14 @@ table.content td.numbers { text-align:right; border-right: 1px solid gray; padding-left: 5px; + padding-bottom: 15px; } table.content td.code { vertical-align: top; padding-left:5px; width:100%; + padding-bottom: 15px; } pre { |