diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-10 19:22:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-10 19:22:05 (GMT) |
commit | 0a3c818fc50d4a2f19666d775346bb781639b93e (patch) | |
tree | b72f94ed06a1a3ce7c24e2aeac0e21d28f604c7b /Doc/html | |
parent | 9c8149a162ea3eef18227ed4657bc57e7da9b1b5 (diff) | |
download | cpython-0a3c818fc50d4a2f19666d775346bb781639b93e.zip cpython-0a3c818fc50d4a2f19666d775346bb781639b93e.tar.gz cpython-0a3c818fc50d4a2f19666d775346bb781639b93e.tar.bz2 |
- hack for MSIE5 to make (real) tables center
- remove last <center> element (long deprecated in HTML)
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 4ce5126..4464213 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -196,9 +196,9 @@ address { font-size: 80%; } border-left-width: 0px; vertical-align: baseline; } -.realtable .center { text-align: center; } -.realtable .left { text-align: left; } -.realtable .right { text-align: right; } +.center { text-align: center; } +.left { text-align: left; } +.right { text-align: right; } .refcount-info { font-style: italic; } .refcount-info .value { font-weight: bold; |