Example 1: The following works, floated elements in wrapper div with .clearfix
Left
Right
Div, cleared, so margin-top:10px works
Example 2: The following does not work because without wrapperdib around floating elements we can not user .clearfix
Left
Right
This div has margin-top:10px but margin is not working because .clearfix not used
In this case people starting to fix that margin-top issue with using padding-top to achive the margin. Or the assign a margin-bottom to the above floated blocks. Both is not for consistent theming logic