change paragraph style to text-align: justify

This commit is contained in:
rlx 2011-11-08 17:27:58 +00:00
parent d186211453
commit c104c75c69

View file

@ -47,6 +47,9 @@ ol, ul {
padding-left: 1.5em;
margin: 0;
}
p {
text-align: justify;
}
p:first-child {
margin-top: 0;
}