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 {
|
||||
font-family: ClearSans, sans-serif;
|
||||
text-align:justify;
|
||||
text-align:left;
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
color: #666;
|
||||
|
@ -67,7 +67,7 @@ text-decoration:none;
|
|||
|
||||
h1, h2, h3, h4, h5, h6, h7 {
|
||||
|
||||
text-align:justify;
|
||||
text-align:left;
|
||||
font-size: 1em;
|
||||
line-height: 1.5em;
|
||||
padding:0px;
|
||||
|
|
Loading…
Reference in a new issue