diff -r fb7cd02b9848 -r 561aa6d282f6 web/wp-content/themes/IRI-Theme/css/lib/ie.css --- a/web/wp-content/themes/IRI-Theme/css/lib/ie.css Tue Jan 05 09:59:49 2010 +0000 +++ b/web/wp-content/themes/IRI-Theme/css/lib/ie.css Mon Feb 01 09:51:57 2010 +0000 @@ -1,1 +1,1 @@ -/* -------------------------------------------------------------- ie.css Contains every hack for Internet Explorer versions prior to IE7, so that our core files stay sweet and nimble. -------------------------------------------------------------- */ /* Make sure the layout is centered in IE5 */ body { text-align: center; } .container { text-align: left; } /* This fixes the problem where IE6 adds an extra 3px margin to two columns that are floated up against each other. */ * html .column { overflow-x: hidden; } /* IE6 fix */ .pull-1, .pull-2, .pull-3, .pull-4, .push-1, .push-2, .push-3, .push-4, ul, ol { position: relative; /* Keeps IE6 from cutting pulled/pushed images */ } /* Fixes incorrect styling of legend in IE6 fieldsets. */ legend { margin-bottom:1.4em; } /* Fixes incorrect placement of numbers in ol's in IE6/7 */ ol { margin-left:2em; } \ No newline at end of file +/* -------------------------------------------------------------- ie.css Contains every hack for Internet Explorer versions prior to IE7, so that our core files stay sweet and nimble. -------------------------------------------------------------- */ /* Make sure the layout is centered in IE5 */ body { text-align: center; } .container { text-align: left; } /* This fixes the problem where IE6 adds an extra 3px margin to two columns that are floated up against each other. */ * html .column { overflow-x: hidden; } /* IE6 fix */ .pull-1, .pull-2, .pull-3, .pull-4, .push-1, .push-2, .push-3, .push-4, ul, ol { position: relative; /* Keeps IE6 from cutting pulled/pushed images */ } /* Fixes incorrect styling of legend in IE6 fieldsets. */ legend { margin-bottom:1.4em; } /* Fixes incorrect placement of numbers in ol's in IE6/7 */ ol { margin-left:2em; } .my-skinnable-select { padding-top:15px; } /* Select for reserach */ #engine { padding:0; margin:0; position:absolute; top:0px; } /* calendar adaptation */ #wp-calendar { height:210px; } ul#partenaire { height:50px; } \ No newline at end of file