From: Daniele Varrazzo Date: Wed, 14 Jul 2021 00:09:32 +0000 (+0200) Subject: Left align table contents in the docs X-Git-Tag: 3.0.dev1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29ddf7c56e23d3ccb4fdb85f85984754e7c7b2ae;p=thirdparty%2Fpsycopg.git Left align table contents in the docs --- diff --git a/docs/_static/psycopg.css b/docs/_static/psycopg.css index c0c646468..d0112cfb6 100644 --- a/docs/_static/psycopg.css +++ b/docs/_static/psycopg.css @@ -4,3 +4,9 @@ p.rubric { font-size: 1.2rem; font-weight: bold; } + +/* override a silly default */ +table.align-default td, +table.align-default th { + text-align: left; +}