summaryrefslogtreecommitdiff
path: root/template.txt
diff options
context:
space:
mode:
authorDaniel Jones <daniel@danieljon.es>2017-12-22 20:44:39 -0500
committerDaniel Jones <daniel@danieljon.es>2017-12-22 20:44:39 -0500
commit4fc583dd69e07bd9114c127e28915262512482fa (patch)
treeca8e29426d917361416521234243d14ce0b8ded4 /template.txt
parent42bcdc03463dee8f69c05e14952c2a6a3ecffc44 (diff)
downloadwebsite-4fc583dd69e07bd9114c127e28915262512482fa.tar.gz
website-4fc583dd69e07bd9114c127e28915262512482fa.zip
fixed a small css compliance issue
Diffstat (limited to 'template.txt')
-rw-r--r--template.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.txt b/template.txt
index 51bfa6e..a6fd251 100644
--- a/template.txt
+++ b/template.txt
@@ -9,13 +9,13 @@
<meta http-equiv="Cache-control" content="public">
<link rel="icon" type="image/png" href="https://danieljon.es/favicon.png">
<title>{TITLE}</title>
-<style type="text/css">
+<style>
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%;}
#gentag{text-align: center; font-size: 75%;}
-h1,h2,h3,h4{padding-left: 5px; !important;}
+h1,h2,h3,h4{padding-left: 5px;}
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-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right: 15px; background: #eeeeec;}