From: Raymond Hettinger Date: Thu, 9 Apr 2009 23:34:14 +0000 (+0000) Subject: Center table headings. X-Git-Tag: v2.7a1~1516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80a71a0171d693884bce2e2bba4663e905fe7de8;p=python Center table headings. --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 1f0af4cf99..feba39345a 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -287,6 +287,10 @@ th { background-color: #ede; } +th.head { + text-align: center; +} + /* -- other body styles ----------------------------------------------------- */ dl {