Merge pull request #512 from rtfd/fix-511

Prevent footnote and citation references changing line spacing
This commit is contained in:
Aaron Carlisle 2017-12-20 19:04:16 -05:00 committed by GitHub
commit 6278079307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,10 @@
// These are the little citation links [1] that show up within paragraphs.
.footnote-reference, .citation-reference
vertical-align: super
vertical-align: baseline
position: relative
top: -0.4em
line-height: 0
font-size: 90%
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table