This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
thatsmydoing
/
blog
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Add hyphen support
Thomas Dy
11 anos atrás
pai
686747934c
commit
ab4f663409
2 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
Ver arquivo
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
Ver arquivo
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {