This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
thatsmydoing
/
blog
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Răsfoiți Sursa
Add hyphen support
Thomas Dy
11 ani în urmă
părinte
686747934c
comite
ab4f663409
2 a modificat fișierele
cu
4 adăugiri
și
0 ștergeri
Vizualizare divizată
Arată Statisticile Diff
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
Vizualizați fișierul
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
Vizualizați fișierul
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {