mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Fix spacing issue with HTML4 images
This bug was introduced in #1185, it looks like the HTML4 selector changed to not include directly descendents of `.section` elements.
This commit is contained in:
parent
21fd7dbc23
commit
3e157032d9
File diff suppressed because one or more lines are too long
@ -33,7 +33,7 @@
|
||||
text-align: center
|
||||
|
||||
// Usually it's a good idea to give images some space.
|
||||
.section, section >
|
||||
.section >, section >
|
||||
img, a > img
|
||||
margin-bottom: $base-line-height
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user