Merge pull request #194 from agjohnson/sphinx-caption-body

Show caption elements in content as an h2 heading
This commit is contained in:
Eric Holscher 2015-05-04 14:54:28 -07:00
commit e12d6352bd
3 changed files with 5 additions and 3 deletions

View File

@ -97,6 +97,8 @@
.align-center .align-center
margin: auto margin: auto
display: block display: block
p.caption
@extend h2
// This is the #href that shows up on hover. Sphinx's is terrible so I hack it away. // This is the #href that shows up on hover. Sphinx's is terrible so I hack it away.
h1, h2, h3, h4, h5, h6, dl dt, p.caption h1, h2, h3, h4, h5, h6, dl dt, p.caption

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long