css: don't justify text
This commit is contained in:
parent
53cfd72f27
commit
fd4a92e9e4
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: ClearSans, sans-serif;
|
font-family: ClearSans, sans-serif;
|
||||||
text-align:justify;
|
text-align:left;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
@ -67,7 +67,7 @@ text-decoration:none;
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6, h7 {
|
h1, h2, h3, h4, h5, h6, h7 {
|
||||||
|
|
||||||
text-align:justify;
|
text-align:left;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
|
|
Loading…
Reference in a new issue