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
|
||||
|
||||
// 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
|
||||
.last
|
||||
margin-bottom: 0
|
||||
@ -48,7 +48,7 @@
|
||||
@extend .icon-exclamation-sign
|
||||
&:before
|
||||
margin-right: 4px
|
||||
.note
|
||||
.note, .seealso
|
||||
@extend .wy-alert.wy-alert-info
|
||||
.hint, .tip, .important
|
||||
@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