Autohyphenate <p> #1

Closed
aleksanw wants to merge 1 commits from autohyphen into master

1 Commits

Author SHA1 Message Date
Aleksander Gustaw Wasaznik e0385a9fef Autohyphenate <p>
Add hyphens:auto to <p> to remove the ugly gaps introduced by
text-align: justified. This may cause some unwanted hyphenation on e.g.
email addresses. We should strive to not have long unbreakable words.

For record; command for adding html tag to all relevant files:
$ find -type f -exec sed -i '/DOCTYPE/ a <html lang="no">' {} +
2016-08-18 00:25:47 +02:00