diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-10 15:39:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-10 15:39:50 (GMT) |
commit | b194b5b3cc4036df2e266b132089bafb11dedb08 (patch) | |
tree | 1d50dbd06bb9ff6c61854a1010d89a90af30ffca /Doc/html | |
parent | 39a6a6d3c8d744987de8412e96d15c791ccecd35 (diff) | |
download | cpython-b194b5b3cc4036df2e266b132089bafb11dedb08.zip cpython-b194b5b3cc4036df2e266b132089bafb11dedb08.tar.gz cpython-b194b5b3cc4036df2e266b132089bafb11dedb08.tar.bz2 |
remove comment that seems to be wrong after all; browsers do implement
this, but I was misled by a LaTeX2HTML wart that I worked around
yesterday
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/style.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/html/style.css b/Doc/html/style.css index 9e95677..a71541a 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -129,10 +129,6 @@ div.note .label { margin-right: 0.5em; border-color: black; border-style: solid; border-width: 0px 0px 2px 0px; - /* This "empty-cells" property should allow us to - avoid having anything for empty cells, - but many browsers don't implement this at - all. */ empty-cells: show; margin-left: auto; margin-right: auto; |