File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,16 @@ table.field-list p {
443443 margin-bottom: 0.8em;
444444}
445445
446+ /* Cloned from
447+ * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
448+ */
449+ .field-name {
450+ -moz-hyphens: manual;
451+ -ms-hyphens: manual;
452+ -webkit-hyphens: manual;
453+ hyphens: manual;
454+ }
455+
446456table.footnote td.label {
447457 width: .1px;
448458 padding: 0.3em 0 0.3em 0.5em;
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ * :bug: `95 ` Independently ran across
6+ `sphinx-doc/sphinx#3276 <https://github.com/sphinx-doc/sphinx/issues/3276 >`_,
7+ namely that parameter lists become squashed together if one is running on
8+ Sphinx 1.4.x. While that fix was merged in Sphinx itself, we felt it prudent
9+ to include it in our own stylesheet as well, for immediate relief.
510* :release: `0.7.9 <2016-07-25> `
611* :feature: `6 ` (and :issue: `70 `, both via :issue: `84 `) Make all remaining
712 hardcoded style colors configurable, plus related cleanup (such as improving
You can’t perform that action at this time.
0 commit comments