Skip to content

Commit a5761ae

Browse files
authored
Merge pull request #1202 from readthedocs/agj/more-fix-docutils-17
Fix spacing issue with html4 output
2 parents fb065e4 + 0850ef1 commit a5761ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sphinx_rtd_theme/static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/_theme_rst.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
background: transparent !important
153153
border-color: rgba(0, 0, 0, 0.1) !important
154154

155-
.section, section
156-
ul, .toctree-wrapper ul
155+
.section, section, .toctree-wrapper
156+
ul
157157
@extend .wy-plain-list-disc
158158
ol.loweralpha, ol.loweralpha > li
159159
list-style: lower-alpha

0 commit comments

Comments
 (0)