This website works better with JavaScript
Home
Explore
Help
Sign In
thatsmydoing
/
blog
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add hyphen support
Thomas Dy
11 years ago
parent
686747934c
commit
ab4f663409
2 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
View File
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
View File
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {