Skip to content
Snippets Groups Projects
Commit 7c4dc403 authored by strentini's avatar strentini
Browse files

OO-1 : fix clearfix hack for iE7 in yaml_patch.css

parent 01a704db
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,16 @@ ...@@ -44,6 +44,16 @@
width/**/:/**/ .1em; /* only IE 6.0 */ width/**/:/**/ .1em; /* only IE 6.0 */
min-width: 1em; /* IE 7 bugfix: force hasLayout=true */ min-width: 1em; /* IE 7 bugfix: force hasLayout=true */
} }
/**
* apply newer clearfix
* (in yaml there is height:1% to activate hasLayout in IE6 and IE7)
* we want the newer "hack" from http://perishablepress.com/new-clearfix-hack/
*/
.b_clearfix {
height:auto;
zoom:1;
}
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment