From a7441a1ab6de085aa14e96b04f6429971c5bdac7 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 26 Jun 2002 10:50:04 +0000 Subject: [PATCH] Rework the CSS table-border properties so that all three don't have to be specified at once --- xsl/html/table.xsl | 57 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 48 insertions(+), 9 deletions(-) diff --git a/xsl/html/table.xsl b/xsl/html/table.xsl index 3a90ae829..848dfe371 100644 --- a/xsl/html/table.xsl +++ b/xsl/html/table.xsl @@ -67,15 +67,54 @@ - border- - - : - - - - - - ; + + + + + + + border- + + : + + + + + + ; + + + + + border- + + -width: + + ; + + + + border- + + -style: + + ; + + + + border- + + -color: + + ; + + + -- 2.40.0