Merge pull request #413 from rtfd/caption-margin

Set margin-bottom to 0 for captions in figures
This commit is contained in:
David Fischer 2018-01-15 17:14:05 -08:00 committed by GitHub
commit 67e0b98174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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