From: Raymond Hettinger Date: Fri, 10 Apr 2009 00:49:41 +0000 (+0000) Subject: More table clean-up X-Git-Tag: v2.7a1~1515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dbae0ff15ef122f315e4066a2b69ddeecc7daff;p=python More table clean-up --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index feba39345a..d9c0ded250 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 {