From 48eb436842262097ece219e19626c3bed81b3fde Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 13 Jun 2002 20:44:20 +0000 Subject: [PATCH] Simplify the content table style, with no visual difference. (Possibly better supported by browsers.) --- htdocs/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/style.css b/htdocs/style.css index 2831eb5f..da63f635 100644 --- a/htdocs/style.css +++ b/htdocs/style.css @@ -21,6 +21,4 @@ margin: 0em; border-width: 0px; vertical-align: baseline; - border-top: 2px solid rgb(110,139,61); } - -.content tr:first-child td { border-top: 0px; } + border-bottom: 2px solid rgb(110,139,61); } -- 2.40.0