Skip to content

Commit d24f7ca

Browse files
evildmpBlendify
authored andcommitted
Added .admonition to the CSS (#462)
Now generic admonitions are styled too.
1 parent 728d5da commit d24f7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sass/_theme_rst.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
.literal-block, pre.literal-block
5151
@extend .codeblock
5252
// These are the various note pullouts that sphinx applies
53-
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo
53+
.note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo, .admonition
5454
@extend .wy-alert
5555
.last
5656
margin-bottom: 0
@@ -119,7 +119,7 @@
119119
display: inline-block
120120
&:hover .headerlink
121121
display: inline-block
122-
122+
123123
.centered
124124
text-align: center
125125

0 commit comments

Comments
 (0)