/** * @package Ana Starter Theme * @subpackage CSS * * Based on Boilerplate hacks for Internet Explorer < IE8 - Version: 0.5 (2007-11-19) */ /* Make sure the layout is centered in IE5 */ /* @deprecated body{ text-align: center; } #page{ text-align: left; } */ /* Keeps IE6 from cutting pulled/pushed images */ ul, ol{ position: relative; } /* Fixes incorrect styling of legend in IE6 fieldsets. */ legend{ margin-bottom: 1.4em; } /* Clearfix for IE6 */ * html .clearfix { display:inline-block; } /* Clearfix for IE7 */ *:first-child+html .clearfix{ display:inline-block; } /* IE7 */ /* Fixes incorrect placement of numbers in ol's in IE6/7 */ ol{ margin-left: 2em; }