mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
remove external link style
This commit is contained in:
parent
94421218f8
commit
5497278bf0
|
@ -22,12 +22,14 @@
|
||||||
// Usually it's a good idea to give images some space.
|
// Usually it's a good idea to give images some space.
|
||||||
.section > img
|
.section > img
|
||||||
margin-bottom: $base-line-height
|
margin-bottom: $base-line-height
|
||||||
a.reference.external:after
|
// Questionable whether this is nice or not. It styles eternal links, but comes with some baggage.
|
||||||
font-family: fontawesome-webfont
|
// a.reference.external:after
|
||||||
content: " \f08e "
|
// font-family: fontawesome-webfont
|
||||||
color: $text-light
|
// content: " \f08e "
|
||||||
vertical-align: super
|
// color: $text-light
|
||||||
font-size: 60%
|
// vertical-align: super
|
||||||
|
// font-size: 60%
|
||||||
|
|
||||||
// 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.
|
||||||
blockquote
|
blockquote
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user