Skip to content

Commit

Permalink
refs #39 -- fixing word-wrap issue with Japanese bestiary table
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Sep 2, 2016
1 parent b0bae05 commit 898436d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Started a small checklist on how to contribute (#37).
* Italian translation of *The Black Hack* and *Additional Things* by Fabio Gemesio (#35).
* Little cleanup in `meta.yml` - french and italian (#38).
* Updated Japanese translation, fixing typos and errors.
* Updated Japanese translation, fixing typos and errors (#36).
* Fixed word-wrap issue with Japanese bestiary table (#39).

## 2.1.0 (2016-08-13)

Expand Down
4 changes: 4 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
table tr:nth-child(2n) {
background-color: #f8f8f8;
}
/* Specific japanese style, for the bestiary */
#mi-yi-zhou-wen ~ table {
word-break: normal;
}
th em {
font-family: Alegreya, serif;
}
Expand Down

0 comments on commit 898436d

Please sign in to comment.