You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to create a customized css with
(theme_overrides.css)
img {
margin-bottom: 12px !important;
}
to make it work. Actually, this seems to overrides many cases where <img> margin was defined in specific text sections, but in my case it works pretty well.
Just an image to make it clear (in this case, the image is within an admonition box, and following the image there's a nested admonition box):
BEFORE
AFTER
The text was updated successfully, but these errors were encountered:
umbe1987
changed the title
images within admition boxes don't have 'margin-bottom' property
images within admonition boxes don't have 'margin-bottom' property
Oct 6, 2017
I had to create a customized css with
(theme_overrides.css)
to make it work. Actually, this seems to overrides many cases where
<img>
margin was defined in specific text sections, but in my case it works pretty well.Just an image to make it clear (in this case, the image is within an admonition box, and following the image there's a nested admonition box):
BEFORE
AFTER
The text was updated successfully, but these errors were encountered: