From 33dfc789b94f003faf8eb4892e88914535971d95 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 23 Oct 2010 11:33:32 +0000 Subject: [PATCH] fix td padding git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4047 fd906abe-77d9-0310-91a1-e0d9ade77398 --- browser/blue/blue8.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/blue/blue8.css b/browser/blue/blue8.css index 31f21ee..1b9ff57 100644 --- a/browser/blue/blue8.css +++ b/browser/blue/blue8.css @@ -57,7 +57,7 @@ dd {margin-left:1.5em;} table {width:100%;} th {font-weight:bold;} thead th {background:#c3d9ff;} -th, td, caption {padding:4px 10px 4px 5px;} +th, td, caption {padding:4px 4px 4px 4px;} tr.even td {background:#e5ecf9;} tfoot {font-style:italic;} caption {background:#eee;}