// arrange immediate children horizontally
.horizontal
  > div
    float   left

// arrange immediate children vertically
.vertical
  > div
    clear   both
