diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-01-08 16:39:49 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-01-08 16:39:49 +1030 |
commit | 873e7c543a4bf625a5b4193c3a659b7ebde1a9cd (patch) | |
tree | ec74251cce42cb4db3cac0bcf4251e31b13c2802 | |
parent | 3f9f8edaabdf70b4de1b2f99c48972309ea97ea9 (diff) | |
download | website-873e7c543a4bf625a5b4193c3a659b7ebde1a9cd.tar.gz website-873e7c543a4bf625a5b4193c3a659b7ebde1a9cd.zip |
playing with css for the pre tag for pasted code.
-rw-r--r-- | template.txt | 1 |
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%;} |