Texts in the basic html theme should be hyphenated.

To avoid "river of white".
This commit is contained in:
Hong Xu 2016-02-07 21:30:24 -08:00
parent ae8cbec29a
commit b55b690d0f

View File

@ -189,6 +189,13 @@ div.genindex-jumpbox {
/* -- general body styles --------------------------------------------------- */
div.body p, div.body dd, div.body li, div.body blockquote {
-moz-hyphens: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
a.headerlink {
visibility: hidden;
}