clear floating at the beginning of a row

This commit is contained in:
Helmut Merz 2011-12-17 16:29:57 +01:00
parent e89e0a9eea
commit 45462afca8

View file

@ -199,7 +199,7 @@ class Grid3(BasePart):
macroName = 'grid'
imageSize = 'small'
height = 'auto; padding-bottom: 10px'
gridPattern = ['span-2', 'span-2', 'span-2 last']
gridPattern = ['span-2 clear', 'span-2', 'span-2 last']
class List1(BasePart):
@ -253,7 +253,7 @@ class ImageGrid3(BasePart):
macroName = 'imagegrid'
imageSize = 'small'
height = 'auto; padding-bottom: 10px'
gridPattern = ['span-2', 'span-2', 'span-2 last']
gridPattern = ['span-2 clear', 'span-2', 'span-2 last']
# relation views, used for cells (components) of lists and grids