Skip to content
Snippets Groups Projects
Commit 1043b0a4 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

restore hyphenation

parent dcb38d28
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,20 @@ footer {
margin-left: 0px;
margin-right: 0px;
}
/* Enable hyphenation. */
body {
text-align:justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
tt, pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
-o-hyphens: none;
hyphens: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment