From 80a71a0171d693884bce2e2bba4663e905fe7de8 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 9 Apr 2009 23:34:14 +0000 Subject: Center table headings. --- Doc/tools/sphinxext/static/basic.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index 1f0af4c..feba393 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 { -- cgit v0.12