mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-11 03:26:37 +03:00
Added CSS style for TODO admonitions.
This commit is contained in:
parent
5cb07685ca
commit
10f1a5b57a
5
doc/_static/psycopg.css
vendored
5
doc/_static/psycopg.css
vendored
|
@ -1,5 +1,10 @@
|
|||
@import url("default.css");
|
||||
|
||||
div.admonition-todo {
|
||||
background-color: #ffa;
|
||||
border: 1px solid #ee2;
|
||||
}
|
||||
|
||||
div.dbapi-extension {
|
||||
background-color: #f5ffd4;
|
||||
border: 1px solid #bda;
|
||||
|
|
Loading…
Reference in New Issue
Block a user