This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
thatsmydoing
/
blog
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Add hyphen support
Thomas Dy
11 年 前
親
686747934c
コミット
ab4f663409
2 ファイル変更
、
4 行追加
、
0 行削除
分割表示
差分情報を表示
2
0
output/assets/css/theme.css
2
0
themes/pleasantprog/assets/css/theme.css
+ 2
- 0
output/assets/css/theme.css
ファイルの表示
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {
+ 2
- 0
themes/pleasantprog/assets/css/theme.css
ファイルの表示
@@ -7,6 +7,8 @@ body {
p {
text-align: justify;
+ hyphens: auto;
+ -moz-hyphens: auto;
}
hr {