Closed lumi77 closed 14 years ago
I also don't see the point of display:table-cell for .body. So I changed it to block and did some cleanup. http://github.com/levito/oocss/commit/847afbe7bb79724e0134c46e435937da1b893312
integratec levitos fix.
we need display table cell on the body to create a new formatting context, clear floats inside and avoid wrapping floats outside
Head is displayed between Body and Foot.
Changing display style of "body" class from "table-cell" to "block" fixes this. What is the reason for setting style of body to "table-cell"?