Minor tweak to the table headers

git-svn-id: file:///svn-source/pmgr/branches/initial_20090526/site@47 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-01 02:11:14 +00:00
parent ce252f2e70
commit 15c4b96a2a

View File

@@ -46,9 +46,10 @@ table.item { border:1px solid #ccc;
border-bottom:2px solid #ccc; border-bottom:2px solid #ccc;
} }
table.item th { background: #f2f2f2; table.list th { background: #dcdcdc;
border-top: 1px solid #fff; border-top: 1px solid #fff;
border-left: 1px solid #fff; border-left: 1px solid #fff;
border-bottom: 2px solid #aaa;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
text-align: center; text-align: center;
} }