docs: try to fix CSS difference between local and rtfd

This commit is contained in:
David Wilson 2018-11-25 21:20:25 +00:00
parent 861be2e3de
commit 374a361074
1 changed files with 11 additions and 0 deletions

View File

@ -12,6 +12,17 @@ div.body li {
} }
/*
* Undo the hyphens: auto in Sphinx basic.css.
*/
div.body p, div.body dd, div.body li, div.body blockquote {
-moz-hyphens: inherit;
-ms-hyphens: inherit;
-webkit-hyphens: inherit;
hyphens: inherit;
}
/* /*
* Setting :width; on an image causes Sphinx to turn the image into a link, so * Setting :width; on an image causes Sphinx to turn the image into a link, so