Explorar o código

Add hyphen support

Thomas Dy %!s(int64=11) %!d(string=hai) anos
pai
achega
ab4f663409
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      output/assets/css/theme.css
  2. 2 0
      themes/pleasantprog/assets/css/theme.css

+ 2 - 0
output/assets/css/theme.css

@@ -7,6 +7,8 @@ body {
 
 p {
 	text-align: justify;
+	hyphens: auto;
+	-moz-hyphens: auto;
 }
 
 hr {

+ 2 - 0
themes/pleasantprog/assets/css/theme.css

@@ -7,6 +7,8 @@ body {
 
 p {
 	text-align: justify;
+	hyphens: auto;
+	-moz-hyphens: auto;
 }
 
 hr {