From aadd0c00f66a0d0e48df0a32e9df1900fe0d25a7 Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 11 Feb 2011 10:19:32 +0000 Subject: [PATCH] add bottom margin to avoid images directly sticking together git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4166 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 9f784dc..307353a 100644 --- a/browser/blue/blue8.css +++ b/browser/blue/blue8.css @@ -118,7 +118,7 @@ form.inline p {margin-bottom:0;} .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8 { float: left; margin-right: 20px; - margin-bottom: 5px; + margin-bottom: 20px; } /* The last column in a row needs this class. */