فهرست منبع

Add hyphen support

Thomas Dy 11 سال پیش
والد
کامیت
ab4f663409
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  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 {