From: Fred Drake Date: Wed, 10 Nov 2004 15:39:50 +0000 (+0000) Subject: remove comment that seems to be wrong after all; browsers do implement X-Git-Tag: v2.4c1~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b194b5b3cc4036df2e266b132089bafb11dedb08;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/html/style.css b/Doc/html/style.css index 9e956773667c..a71541a8f3ea 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;