diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-03-22 11:32:38 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-03-22 11:32:38 +0100 |
commit | 854746cec81b291fd6059fe8e767b69b949aaf32 (patch) | |
tree | 862fd8d80b9159c801fed87c7027dae8dec70a0c /docs | |
parent | 5bb83ac998cf6a343f7505ffc7726d66fcf88b0d (diff) |
Justify text
Diffstat (limited to 'docs')
-rw-r--r-- | docs/resources/ebook.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/resources/ebook.css b/docs/resources/ebook.css index 313386d0..39f126c2 100644 --- a/docs/resources/ebook.css +++ b/docs/resources/ebook.css @@ -307,6 +307,10 @@ div.nopb { page-break-inside: avoid; } +/* justify text */ +p { + text-align: justify; +} /* page header and footer */ |