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
|
||||
a.reference.external:after
|
||||
font-family: FontAwesome
|
||||
content: " \f08e "
|
||||
content: "\f08e"
|
||||
color: $text-light
|
||||
vertical-align: super
|
||||
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
|
||||
// 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