Explorar el Código

Add hyphen support

Thomas Dy hace 11 años
padre
commit
ab4f663409
Se han modificado 2 ficheros con 4 adiciones y 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 {