From e250716074c9d568d0b77d257e8122cb246594e2 Mon Sep 17 00:00:00 2001 From: gutmet Date: Mon, 13 Jun 2022 21:06:02 +0200 Subject: [PATCH] change initer style to left text alignment --- initer/styles.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/initer/styles.go b/initer/styles.go index 8cb7700..47f6f78 100644 --- a/initer/styles.go +++ b/initer/styles.go @@ -2,19 +2,19 @@ package initer var defaultStyle string = `body { font-family: Arial,Helvetica,sans-serif; - font-size : 12pt; + font-size: 12pt; max-width: 750px; margin-left: auto; margin-right: auto; - background-color : black; + background-color: black; color: #E8E8E8; - text-align:justify; + text-align: left; padding-left: 1em; padding-right: 1em; } a { - color : #0D0; + color: #0D0; text-decoration: none; } a:hover { @@ -28,7 +28,7 @@ a.categoryListing { color: #E8E8E8; } img { - display:block; + display: block; max-width: 100%; margin-left: auto; margin-right: auto;