milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

Column padding breaks on nested rows? #86

Closed ghost closed 11 years ago

ghost commented 12 years ago

Any time I setup a nested row the padding from the parent div no longer works.

I checked the regular foundation install and it happens there as well.

Do you know of a best practice to enable the padding?

milohuang commented 12 years ago

Foundation 3 uses box-sizing: border-box. Padding is automatically inward.