diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-09 23:34:14 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-09 23:34:14 +0000 |
commit | 80a71a0171d693884bce2e2bba4663e905fe7de8 (patch) | |
tree | 482868f52d095af0683a1b3dc949aede96996784 | |
parent | 390fa983d782efd8530da301724fc222508bda39 (diff) | |
download | cpython-git-80a71a0171d693884bce2e2bba4663e905fe7de8.tar.gz |
Center table headings.
-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 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 { |