diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-09 23:34:14 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-09 23:34:14 (GMT) |
commit | 80a71a0171d693884bce2e2bba4663e905fe7de8 (patch) | |
tree | 482868f52d095af0683a1b3dc949aede96996784 /Doc/tools | |
parent | 390fa983d782efd8530da301724fc222508bda39 (diff) | |
download | cpython-80a71a0171d693884bce2e2bba4663e905fe7de8.zip cpython-80a71a0171d693884bce2e2bba4663e905fe7de8.tar.gz cpython-80a71a0171d693884bce2e2bba4663e905fe7de8.tar.bz2 |
Center table headings.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/static/basic.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |