diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-11 04:41:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-11 04:41:24 (GMT) |
commit | 52c937dc091c92a0a15d2a40b11b44161df11a17 (patch) | |
tree | 05b00de33ff03a2453e47c067f4cd116813a0bd6 /Doc/html | |
parent | 8efc80a909d0c78906fa1ce0b1f6f14d3744ddb7 (diff) | |
download | cpython-52c937dc091c92a0a15d2a40b11b44161df11a17.zip cpython-52c937dc091c92a0a15d2a40b11b44161df11a17.tar.gz cpython-52c937dc091c92a0a15d2a40b11b44161df11a17.tar.bz2 |
remove unhelpful property setting that overrides the right setting for
text-align in .realtable cells; fix suggested by Richard Brodie
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 4464213..7f0d753 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -189,7 +189,6 @@ address { font-size: 80%; } border-width: 0px 0px 1px 1px; padding-left: 0.4em; padding-right: 0.4em; - text-align: inherit; } .realtable td:first-child, .realtable th:first-child { |