From 30ee7f412980394518c9e06ea62840f7dc37257c Mon Sep 17 00:00:00 2001
From: Shish <shish@shishnet.org>
Date: Mon, 24 Aug 2009 03:57:18 +0100
Subject: [PATCH] zebra styling

---
 themes/default/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/style.css b/themes/default/style.css
index 7b614115..b6bbe628 100644
--- a/themes/default/style.css
+++ b/themes/default/style.css
@@ -51,11 +51,11 @@ TD>INPUT[type="text"] {width: 100%;}
 TD>INPUT[type="password"] {width: 100%;}
 TD>SELECT {width: 100%;}
 
-TABLE.zebra {border-spacing: 0px;}
+TABLE.zebra {border-spacing: 0px; border: 2px solid #CCC;}
 TABLE.zebra TD, TABLE.zebra TH {vertical-align: middle; padding: 4px;}
 TABLE.zebra THEAD TD, TABLE.zebra THEAD TH {border-bottom: 2px solid #CCC;}
 TABLE.zebra TFOOT TD, TABLE.zebra TFOOT TH {border-top: 2px solid #CCC;}
-TABLE.zebra TR {border-bottom: 1px solid #DDD;}
+TABLE.zebra TR TD {border-bottom: 1px solid #DDD;}
 TABLE.zebra TR.odd {background: #EFEFEF;}
 TABLE.zebra TR.even {background: #E0E0E0;}