From 15c4b96a2a3b70e3b9f2f6d6343a1ce782270640 Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 1 Jun 2009 02:11:14 +0000 Subject: [PATCH] Minor tweak to the table headers git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@47 97e9348a-65ac-dc4b-aefc-98561f571b83 --- webroot/css/layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webroot/css/layout.css b/webroot/css/layout.css index 1c6e5ab..b814585 100644 --- a/webroot/css/layout.css +++ b/webroot/css/layout.css @@ -46,9 +46,10 @@ table.item { border:1px solid #ccc; border-bottom:2px solid #ccc; } -table.item th { background: #f2f2f2; +table.list th { background: #dcdcdc; border-top: 1px solid #fff; border-left: 1px solid #fff; + border-bottom: 2px solid #aaa; border-right: 1px solid #ccc; text-align: center; }