diff options
-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;}*/ |