From: Raymond Hettinger Date: Fri, 10 Apr 2009 02:01:21 +0000 (+0000) Subject: IE needs the border-left:0 for some reason. X-Git-Tag: v2.7a1~1514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f5a0b33167504427b19ea435bba37bf14e1aee1;p=python IE needs the border-left:0 for some reason. --- diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index d9c0ded250..169138d894 100644 --- a/Doc/tools/sphinxext/static/basic.css +++ b/Doc/tools/sphinxext/static/basic.css @@ -261,7 +261,8 @@ table.docutils { } table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; + padding: 2px 5px 2px 5px; + border-left: 0; background-color: #eef; }