Added .admonition to the CSS (#462)

Now generic admonitions are styled too.
This commit is contained in:
Daniele Procida 2017-09-15 00:23:46 +02:00 committed by Aaron Carlisle
parent 728d5da2e4
commit d24f7ca6b5

View File

@ -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