mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-01 09:54:07 +03:00
6c79f936bd
Consistent with the SQL representation not linked.
40 lines
533 B
CSS
40 lines
533 B
CSS
@import url("classic.css");
|
|
|
|
blockquote {
|
|
font-style: italic;
|
|
}
|
|
|
|
div.admonition-todo {
|
|
background-color: #ffa;
|
|
border: 1px solid #ee2;
|
|
}
|
|
|
|
div.dbapi-extension {
|
|
background-color: #eef;
|
|
border: 1px solid #aaf;
|
|
}
|
|
|
|
code.sql,
|
|
tt.sql {
|
|
font-size: 1em;
|
|
background-color: transparent;
|
|
}
|
|
|
|
a > code.sql,
|
|
a > tt.sql {
|
|
font-weight: normal;
|
|
}
|
|
|
|
a > code.sql:hover,
|
|
a > tt.sql:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
dl.faq dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.data-types div.line-block {
|
|
margin-bottom: 0;
|
|
}
|