diff options
author | Daniel Jones <daniel@danieljon.es> | 2017-12-22 20:31:36 -0500 |
---|---|---|
committer | Daniel Jones <daniel@danieljon.es> | 2017-12-22 20:31:36 -0500 |
commit | 5a146b4764d397ebf84cef4c12507cd940a2cc13 (patch) | |
tree | 86460cbac5d56f64a29287a2cd611a81ce392355 | |
parent | 2332ade2aa9513e94ec8a6708cc21ab3889cc23e (diff) | |
parent | ac8328162120aa50291bbb533cfd007dea419283 (diff) | |
download | website-5a146b4764d397ebf84cef4c12507cd940a2cc13.tar.gz website-5a146b4764d397ebf84cef4c12507cd940a2cc13.zip |
Merge branch 'master' of /home/daniel/git/website
merge template change
-rw-r--r-- | template.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 0003dc6..cae09b9 100644 --- a/template.txt +++ b/template.txt @@ -10,7 +10,7 @@ <link rel="icon" type="image/png" href="https://danieljon.es/favicon.png"> <title>{TITLE}</title> <style type="text/css"> -body{margin-right: 20px; margin-left: 20px; font-family: Verdana} +body{margin-right: 60px; margin-left: 60px; font-family: Verdana} img{max-width: 100%; max-height: 100%; overflow: hidden;} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} @@ -18,6 +18,7 @@ img{max-width: 100%; max-height: 100%; overflow: hidden;} h1,h2,h3,h4{padding-left: 5px; !important;} div.viewing{max-width: 70%; width: 100%; display: inline-block; margin: 10px;} div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-left: 15px; padding-bottom: 20px;} +.content{border: 1px solid black; border-radius: 5px; padding-left: 15px; padding-right: 15px; background: #eeeeec;} </style> </head> <body> @@ -26,7 +27,9 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> <a href="https://git.danieljon.es">git</a> {INFO} </div> +<div class="content"> {CONTENT} +</div> <br> <br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div> </body> </html> |