mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Added .admonition
to the CSS (#462)
Now generic admonitions are styled too.
This commit is contained in:
parent
728d5da2e4
commit
d24f7ca6b5
@ -50,7 +50,7 @@
|
||||
.literal-block, pre.literal-block
|
||||
@extend .codeblock
|
||||
// These are the various note pullouts that sphinx applies
|
||||
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo
|
||||
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo, .admonition
|
||||
@extend .wy-alert
|
||||
.last
|
||||
margin-bottom: 0
|
||||
@ -119,7 +119,7 @@
|
||||
display: inline-block
|
||||
&:hover .headerlink
|
||||
display: inline-block
|
||||
|
||||
|
||||
.centered
|
||||
text-align: center
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user