diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-10 00:49:41 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-10 00:49:41 (GMT) |
commit | 8dbae0ff15ef122f315e4066a2b69ddeecc7daff (patch) | |
tree | b81a2006360dd13cce52696ca3adb0c7511ef0b8 /Doc/tools | |
parent | 80a71a0171d693884bce2e2bba4663e905fe7de8 (diff) | |
download | cpython-8dbae0ff15ef122f315e4066a2b69ddeecc7daff.zip cpython-8dbae0ff15ef122f315e4066a2b69ddeecc7daff.tar.gz cpython-8dbae0ff15ef122f315e4066a2b69ddeecc7daff.tar.bz2 |
More table clean-up
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/static/basic.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index feba393..d9c0ded 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -256,16 +256,12 @@ div.body p.centered { /* -- tables ---------------------------------------------------------------- */ table.docutils { - border: 0; + border: 0 solid #dce; border-collapse: collapse; } table.docutils td, table.docutils th { padding: 1px 8px 1px 5px; - border-top: 1px solid #b9b; - border-left: 0; - border-right: 0; - border-bottom: 1px solid #aaa; background-color: #eef; } @@ -278,13 +274,13 @@ table.footnote td, table.footnote th { } table.docutils th { + border-top: 1px solid #cac; background-color: #ede; } th { text-align: left; padding-right: 5px; - background-color: #ede; } th.head { |