From: Leo Koppelkamm Date: Mon, 25 Jul 2011 16:51:11 +0000 (+0000) Subject: r92054: Some IE fixes X-Git-Tag: 1.31.0-rc.0~28641 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=89a910420e39db85b422d268624ae4a89feb6ad5;p=lhc%2Fweb%2Fwiklou.git r92054: Some IE fixes --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 88d29149d5..f01b4b4020 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -181,12 +181,13 @@ input#wpSummary { /** * Categories */ -#catlinks ul, #catlinks li { +#catlinks ul { display:inline; margin: 0px; list-style:none; list-style-type:none; list-style-image:none; + vertical-align: middle !ie; } #catlinks li { @@ -195,13 +196,14 @@ input#wpSummary { padding: 0 .7em; border-left: 1px solid #AAA; margin: 0.3em 0; + zoom: 1; + display:inline !ie; } #catlinks li:first-child { padding-left: .4em; border-left: none; } - /** * Hidden categories */