summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:32:34 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 19:32:34 +0200
commit3847ae23146c7539f86458236840495f4530f8b6 (patch)
tree57edf36de7e6366b9108ffcb8a37c29a4c277784
parentRemoved useless padding (diff)
downloadgitjoe-www-3847ae23146c7539f86458236840495f4530f8b6.tar.gz
gitjoe-www-3847ae23146c7539f86458236840495f4530f8b6.tar.bz2
gitjoe-www-3847ae23146c7539f86458236840495f4530f8b6.tar.xz
gitjoe-www-3847ae23146c7539f86458236840495f4530f8b6.tar.zst
gitjoe-www-3847ae23146c7539f86458236840495f4530f8b6.zip
Padding was not that useless after all
-rw-r--r--css/gitjoe.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css
index 2f2e62f..d3933a1 100644
--- a/css/gitjoe.css
+++ b/css/gitjoe.css
@@ -140,6 +140,7 @@ pre {
overflow: auto;
margin-left: 1em;
margin-right: 1em;
+ padding: 5px 5px 5px 5px;
white-space: pre;
border: 1px solid #aaa;
}