summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-01-08 16:39:49 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-01-08 16:39:49 +1030
commit873e7c543a4bf625a5b4193c3a659b7ebde1a9cd (patch)
treeec74251cce42cb4db3cac0bcf4251e31b13c2802 /template.txt
parent3f9f8edaabdf70b4de1b2f99c48972309ea97ea9 (diff)
downloadwebsite-873e7c543a4bf625a5b4193c3a659b7ebde1a9cd.tar.gz
website-873e7c543a4bf625a5b4193c3a659b7ebde1a9cd.zip
playing with css for the pre tag for pasted code.
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/template.txt b/template.txt
index ceb9335..39da210 100644
--- a/template.txt
+++ b/template.txt
@@ -12,6 +12,7 @@
<style>
body{margin-right: 60px; margin-left: 60px; font-family: Verdana}
img{max-width: 100%; max-height: 100%; overflow: hidden;}
+pre{padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; background: #d9d9ce}
.middle{text-align: center;}
.middiv{margin: auto; width: 80%;}
#gentag{text-align: center; font-size: 75%;}