Skip to content

Commit

Permalink
Merge pull request #413 from rtfd/caption-margin
Browse files Browse the repository at this point in the history
Set margin-bottom to 0 for captions in figures
  • Loading branch information
davidfischer committed Jan 16, 2018
2 parents 2e09b4f + 1f92024 commit 67e0b98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/_theme_rst.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
margin-bottom: $base-line-height
p.caption
font-style: italic
p:last-child.caption
margin-bottom: 0px

div.figure.align-center
text-align: center
Expand Down

0 comments on commit 67e0b98

Please sign in to comment.