This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
thatsmydoing
/
blog
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Kaynağa Gözat
Add hyphen support
Thomas Dy
11 yıl önce
ebeveyn
686747934c
işleme
ab4f663409
2 değiştirilmiş dosya
ile
4 ekleme
ve
0 silme
Görünümü Böl
Farklılık Durumunu Göster
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
Dosyayı Görüntüle
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
Dosyayı Görüntüle
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {