diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 19:22:31 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2013-03-18 19:22:31 +0000 |
| commit | e86efa7e3057f97db23ff292105fb4342536a66c (patch) | |
| tree | ee0edf41d0763dd253c9685ec2d0fa1540fb26cb /doc/src/_static | |
| parent | abb3027aa325c3fea3561eb421e51cadf81f1382 (diff) | |
| download | psycopg2-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.css | 4 |
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; +} |
