psycopg2/doc/_static/psycopg.css
2010-02-14 00:39:48 +01:00

22 lines
312 B
CSS

@import url("default.css");
div.admonition-todo {
background-color: #ffa;
border: 1px solid #ee2;
}
div.dbapi-extension {
background-color: #eef;
border: 1px solid #aaf;
}
tt.sql {
font-size: 1em;
background-color: transparent;
}
a > tt.sql:hover {
text-decoration: underline;
}