From 483fb0adf61dde1ba0026bfcb93ab747a53806a6 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 23 Oct 2010 10:53:34 +0000 Subject: [PATCH] fix table margin git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4046 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 489583a..31f21ee 100644 --- a/browser/blue/blue8.css +++ b/browser/blue/blue8.css @@ -54,7 +54,7 @@ ol {list-style-type:decimal;} dl {margin:0 0 1.5em 0;} dl dt {font-weight:bold;} dd {margin-left:1.5em;} -table {margin-bottom:1.4em;width:100%;} +table {width:100%;} th {font-weight:bold;} thead th {background:#c3d9ff;} th, td, caption {padding:4px 10px 4px 5px;}