diff -r 655351c846e1 -r a06fb50d574f integration/v2/css/reset.css --- a/integration/v2/css/reset.css Fri Jun 14 17:40:06 2013 +0200 +++ b/integration/v2/css/reset.css Tue Jun 18 11:48:49 2013 +0200 @@ -47,23 +47,15 @@ border-spacing: 0; } -.clearfix:after { - content: ""; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; -} - -.clearfix { - display: inline-block; -} - -html[xmlns] .clearfix { - display: block; -} - -* html .clearfix { - height: 1%; -} \ No newline at end of file +.clear{clear: both;} +.clearfix:before, +.clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.clearfix { + *zoom: 1; +} \ No newline at end of file