summaryrefslogtreecommitdiff
path: root/doc/src/_static
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-03-18 19:22:31 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-03-18 19:22:31 +0000
commite86efa7e3057f97db23ff292105fb4342536a66c (patch)
treeee0edf41d0763dd253c9685ec2d0fa1540fb26cb /doc/src/_static
parentabb3027aa325c3fea3561eb421e51cadf81f1382 (diff)
downloadpsycopg2-e86efa7e3057f97db23ff292105fb4342536a66c.tar.gz
Added summary data types conversion table to the docs
It allows looking at a glance both basic and extended type casters, with plenty of links to the detailed explanations.
Diffstat (limited to 'doc/src/_static')
-rw-r--r--doc/src/_static/psycopg.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/_static/psycopg.css b/doc/src/_static/psycopg.css
index c4a2af6..a5d5b3a 100644
--- a/doc/src/_static/psycopg.css
+++ b/doc/src/_static/psycopg.css
@@ -26,3 +26,7 @@ a > tt.sql:hover {
dl.faq dt {
font-weight: bold;
}
+
+table.data-types div.line-block {
+ margin-bottom: 0;
+}