change initer style to left text alignment
This commit is contained in:
parent
dae21fab88
commit
e250716074
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user