diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-11-09 11:16:47 +1100 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-11-09 11:16:47 +1100 |
commit | 81a41ed68c6be179ff60a953be360ec82ddd9a86 (patch) | |
tree | b992f673d5f47725967ff363a042f1aa428ccd87 | |
parent | bbb478f4316ec5ab069e008fc1dc62614ce44d36 (diff) | |
download | website-81a41ed68c6be179ff60a953be360ec82ddd9a86.tar.gz website-81a41ed68c6be179ff60a953be360ec82ddd9a86.zip |
css fixes
-rw-r--r-- | template.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template.txt b/template.txt index a4023ee..b9fdfd0 100644 --- a/template.txt +++ b/template.txt @@ -11,10 +11,10 @@ <title>{TITLE}</title> <style type="text/css"> body{/*background-color:#222; color: #eee;*/ margin-right: 20px; margin-left: 20px;} -/*div{background-color: #202020 !important;} -a:link{color: #3F51B5;} -a:visited{#3F51B5;} */ -img{max-width: 100%; max-height: 100%; overflow: hidden;} */ +/*div{background-color: #202020 !important;}*/ +/*a:link{color: #3F51B5;}*/ +/*a:visited{#3F51B5;}*/ +img{max-width: 100%; max-height: 100%; overflow: hidden;} .middle{text-align: center;} #gentag{text-align: center; font-size: 75%;} /*h1,h2,h3,h4 {background-color: black !important; color: #e02020 !important;}*/ |