https://bugzilla.wikimedia.org/show_bug.cgi?id=40609
Derk-Jan Hartman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Derk-Jan Hartman <[email protected]> 2012-09-29 13:59:22 UTC --- This is caused by the current siteNotice, who are using "left: -9999px;" which ALWAYS causes this kind of problem and NEVER should be used. It's not the first time this happens. #B12_JimmyBlank { position: absolute; background-image: url(//upload.wikimedia.org/wikipedia/foundation/b/b5/Jimmy_ks_close.png); background-repeat: no-repeat; left: -9999px; margin-bottom: 0.5em !important; background-color:#FFFFFF; border: solid 1px silver; height:172px; overflow: hidden; top: -9999px; } /* Bigger bold, blue text */ #B12_JimmyBlank #cn-bold-blue-text { font-size: 2.25em; font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: navy; padding: 1.5em 80px 0.8em 210px; line-height: 1em; text-align:center; } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
