mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Merge pull request #512 from rtfd/fix-511
Prevent footnote and citation references changing line spacing
This commit is contained in:
commit
6278079307
@ -161,7 +161,10 @@
|
|||||||
|
|
||||||
// These are the little citation links [1] that show up within paragraphs.
|
// These are the little citation links [1] that show up within paragraphs.
|
||||||
.footnote-reference, .citation-reference
|
.footnote-reference, .citation-reference
|
||||||
vertical-align: super
|
vertical-align: baseline
|
||||||
|
position: relative
|
||||||
|
top: -0.4em
|
||||||
|
line-height: 0
|
||||||
font-size: 90%
|
font-size: 90%
|
||||||
|
|
||||||
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table
|
// Tables! Sphinx LOVES TABLES. Most of wyrm assumes you're only going to use a table as a table
|
||||||
|
Loading…
Reference in New Issue
Block a user