From 57ea919fcf123902b8ed925bb39ff9b20c5c16a6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 31 Dec 2008 10:14:49 -0800 Subject: [PATCH] Collapse table borders * Decorator.css.php --- Decorator.css.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Decorator.css.php b/Decorator.css.php index 4e72424..32f119e 100644 --- a/Decorator.css.php +++ b/Decorator.css.php @@ -94,6 +94,7 @@ table border-width: 1px; border-style: solid; border-color: rgb(123, 170, 90); + border-collapse: collapse; background-color: rgb(255, 255, 255); @@ -109,7 +110,7 @@ thead font-size: 14px; font-weight: bold; color: rgb(0, 0, 0); - + text-align: center; } -- 2.22.5