Selaa lähdekoodia

Add hyphen support

Thomas Dy 11 vuotta sitten
vanhempi
commit
ab4f663409
2 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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 {