mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Use margin instead of space to keep icon next to link
This commit is contained in:
parent
e44b885506
commit
6a3371b9a8
@ -37,10 +37,11 @@
|
|||||||
// Style external links
|
// Style external links
|
||||||
a.reference.external:after
|
a.reference.external:after
|
||||||
font-family: FontAwesome
|
font-family: FontAwesome
|
||||||
content: " \f08e "
|
content: "\f08e"
|
||||||
color: $text-light
|
color: $text-light
|
||||||
vertical-align: super
|
vertical-align: super
|
||||||
font-size: 60%
|
font-size: 60%
|
||||||
|
margin: 0 0.2em
|
||||||
|
|
||||||
// For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets
|
// For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets
|
||||||
// used in many different ways, so don't assume you can apply some fancy style, just leave it be.
|
// used in many different ways, so don't assume you can apply some fancy style, just leave it be.
|
||||||
|
Loading…
Reference in New Issue
Block a user