From f166b870386710efd3f031cc5f6ca536f432f81a Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 6 Feb 2008 16:52:02 +0000 Subject: [PATCH] Prettied up supported hardware table with alternating colors for table rows. --- comedi-www.css | 15 +++++++++++++++ comedi.xsl | 33 ++++++++++++++++++++++++++++++--- 2 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 comedi-www.css diff --git a/comedi-www.css b/comedi-www.css new file mode 100644 index 0000000..87ef48f --- /dev/null +++ b/comedi-www.css @@ -0,0 +1,15 @@ +body +{ + background-color: White; +} + +tr.odd +{ + background-color: White; +} + +tr.even +{ + background-color: Lavender; +} + diff --git a/comedi.xsl b/comedi.xsl index 636948b..b4aaf1c 100644 --- a/comedi.xsl +++ b/comedi.xsl @@ -9,6 +9,31 @@ + + + + + + + + + even + odd + + + + + + + + + + + + + + + @@ -17,9 +42,10 @@ - <xsl:copy-of select="title/node()" /> + + - +
- +
@@ -76,5 +102,6 @@ Links
+