Fixed sql docs style with newer Docutils versions

This commit is contained in:
Daniele Varrazzo 2017-02-01 02:00:20 +00:00
parent 8ac839ce95
commit 26952ecee4

View File

@ -14,11 +14,13 @@ div.dbapi-extension {
border: 1px solid #aaf;
}
code.sql,
tt.sql {
font-size: 1em;
background-color: transparent;
}
a > code.sql:hover,
a > tt.sql:hover {
text-decoration: underline;
}