diff options
author | Daniel Jones <admin@danieljon.es> | 2018-12-03 15:03:20 +1030 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2018-12-03 15:03:20 +1030 |
commit | 412374ca75535125273bf17ad91ea50f960986d9 (patch) | |
tree | 51e249d8822120d238e5030b03367bc4569b2a73 | |
parent | f4013c90100e553f7cc23d443df4992b2fc58a29 (diff) | |
download | website-412374ca75535125273bf17ad91ea50f960986d9.tar.gz website-412374ca75535125273bf17ad91ea50f960986d9.zip |
added border around pre tag
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 52ffd47..41d3384 100644 --- a/template.txt +++ b/template.txt @@ -12,7 +12,7 @@ <style> body{font-family: "Misc Fixed"; font-weight: bold; background: #aaaaaa;} img{max-width: 100%; max-height: 100%; overflow: hidden;} -pre{overflow: auto;} +pre{overflow: auto; border-width: 1px; border-style: solid; border-color: black} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} #gentag{text-align: center; font-size: 75%;} |