Skip to content

Commit f0edcba

Browse files
authored
Merge pull request #1199 from readthedocs/agj/fix-image-spacing-html4
Fix spacing issue with HTML4 images
2 parents 21fd7db + 3e15703 commit f0edcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
text-align: center
3434

3535
// Usually it's a good idea to give images some space.
36-
.section, section >
36+
.section >, section >
3737
img, a > img
3838
margin-bottom: $base-line-height
3939

0 commit comments

Comments
 (0)