diff options
| author | Raymond Hettinger <python@rcn.com> | 2009-04-10 02:01:21 (GMT) |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2009-04-10 02:01:21 (GMT) |
| commit | 3f5a0b33167504427b19ea435bba37bf14e1aee1 (patch) | |
| tree | 5a2df0890450bb039d0d1b8876a6752bf2c5d8a4 | |
| parent | 8dbae0ff15ef122f315e4066a2b69ddeecc7daff (diff) | |
| download | cpython-3f5a0b33167504427b19ea435bba37bf14e1aee1.zip cpython-3f5a0b33167504427b19ea435bba37bf14e1aee1.tar.gz cpython-3f5a0b33167504427b19ea435bba37bf14e1aee1.tar.bz2 | |
IE needs the border-left:0 for some reason.
| -rw-r--r-- | Doc/tools/sphinxext/static/basic.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css index d9c0ded..169138d 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; } |
