This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
thatsmydoing
/
blog
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Add hyphen support
Thomas Dy
11 anni fa
parent
686747934c
commit
ab4f663409
2 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
Vedi File
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
Vedi File
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {