From: Ryan Kaldari Date: Wed, 20 Apr 2011 01:42:45 +0000 (+0000) Subject: fixing bug 28438 - header links displaying incorrectly in rlt IE9. Also removing... X-Git-Tag: 1.31.0-rc.0~30691 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=d3bf5662ed50b3e4a38d6db512b742f6add16c30;p=lhc%2Fweb%2Fwiklou.git fixing bug 28438 - header links displaying incorrectly in rlt IE9. Also removing redundant padding declaration - padding 0 is already declared for all unordered lists in vector --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 2e678d4e3f..4784aefc9b 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -73,7 +73,6 @@ div#mw-head h5 { #p-personal { position: absolute; top: 0; - padding-left: 10em; right: 0.75em; } #p-personal h5 { @@ -82,7 +81,7 @@ div#mw-head h5 { #p-personal ul { list-style: none; margin: 0; - padding: 0; + padding-left: 10em; /* Keep from overlapping logo */ } /* @noflip */ #p-personal li {