add bottom margin to avoid images directly sticking together

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4165 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2011-02-11 10:15:58 +00:00
parent 6e3514c4be
commit 4e8a81e221

View file

@ -118,6 +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 { .column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8 {
float: left; float: left;
margin-right: 20px; margin-right: 20px;
margin-bottom: 5px;
} }
/* The last column in a row needs this class. */ /* The last column in a row needs this class. */