mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #884: Highlight todo admonitions differently.
This commit is contained in:
parent
199e0b3325
commit
4c32337bbf
BIN
sphinx/themes/pyramid/static/dialog-todo.png
Normal file
BIN
sphinx/themes/pyramid/static/dialog-todo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
@ -264,6 +264,14 @@ div.warning {
|
||||
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 {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user