Fix #884: Highlight todo admonitions differently.

This commit is contained in:
Robert Lehmann 2012-02-29 18:27:54 +01:00
parent 199e0b3325
commit 4c32337bbf
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -264,6 +264,14 @@ div.warning {
padding: 10px 20px 10px 60px; padding: 10px 20px 10px 60px;
} }
div.admonition-todo {
background: #f2d9b4 url(dialog-todo.png) no-repeat 10px 8px;
border: 2px solid #e9b96e;
border-right-style: none;
border-left-style: none;
padding: 10px 20px 10px 60px;
}
p.admonition-title { p.admonition-title {
display: none; display: none;
} }