todo coloring, fixes #100

This commit is contained in:
Dave Snider 2014-05-13 08:43:14 -07:00
parent fd8563ddda
commit 0112b1a270
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
.literal-block, pre.literal-block .literal-block, pre.literal-block
@extend .codeblock @extend .codeblock
// 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, .seealso .note, .attention, .caution, .danger, .error, .hint, .important, .tip, .warning, .seealso, .admonition-todo
@extend .wy-alert @extend .wy-alert
.last .last
margin-bottom: 0 margin-bottom: 0
@ -61,7 +61,7 @@
@extend .wy-alert.wy-alert-success @extend .wy-alert.wy-alert-success
.error, .danger .error, .danger
@extend .wy-alert.wy-alert-danger @extend .wy-alert.wy-alert-danger
.warning, .caution, .attention .warning, .caution, .attention, .admonition-todo
@extend .wy-alert.wy-alert-warning @extend .wy-alert.wy-alert-warning
// Some people put tables in notes. Let's give them very basic support. // Some people put tables in notes. Let's give them very basic support.
.admonition table .admonition table

File diff suppressed because one or more lines are too long