From b194b5b3cc4036df2e266b132089bafb11dedb08 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 10 Nov 2004 15:39:50 +0000 Subject: 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 --- Doc/html/style.css | 4 ---- 1 file changed, 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; -- cgit v0.12