stubbornella / oocss

Object Oriented CSS Framework
http://stubbornella.org/
Other
6.23k stars 714 forks source link

template.html displays incorrectly in Safari 3.2 on Windows #25

Closed lumi77 closed 14 years ago

lumi77 commented 14 years ago

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"?

levito commented 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

martinklepsch commented 14 years ago

integratec levitos fix.

stubbornella commented 14 years ago

we need display table cell on the body to create a new formatting context, clear floats inside and avoid wrapping floats outside