mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
fixes #58, seealso titling
This commit is contained in:
parent
5497278bf0
commit
d94604c3a4
@ -38,7 +38,7 @@
|
|||||||
margin-bottom: $base-line-height
|
margin-bottom: $base-line-height
|
||||||
|
|
||||||
// These are the various note pullouts that sphinx applies
|
// These are the various note pullouts that sphinx applies
|
||||||
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning
|
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso
|
||||||
@extend .wy-alert
|
@extend .wy-alert
|
||||||
.last
|
.last
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
@ -48,7 +48,7 @@
|
|||||||
@extend .icon-exclamation-sign
|
@extend .icon-exclamation-sign
|
||||||
&:before
|
&:before
|
||||||
margin-right: 4px
|
margin-right: 4px
|
||||||
.note
|
.note, .seealso
|
||||||
@extend .wy-alert.wy-alert-info
|
@extend .wy-alert.wy-alert-info
|
||||||
.hint, .tip, .important
|
.hint, .tip, .important
|
||||||
@extend .wy-alert.wy-alert-success
|
@extend .wy-alert.wy-alert-success
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user