https://bugzilla.wikimedia.org/show_bug.cgi?id=22812
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #3 from Roan Kattouw <[email protected]> 2010-03-12 11:15:31 UTC --- (In reply to comment #0) > If not, Нүүр хуудас appears as an article > page, with the "From Wikipedia, the free Encyclopedia" line under pagename That's because the CSS you're using to hide it assumes the main page is called "Main Page". In [[MediaWiki:Common.css]], you have: body.page-Main_Page #ca-delete { display: none !important; } and in [[MediaWiki:Monobook.css]]: /* Don't display some stuff on the main page */ body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Main_Page #siteSub, body.page-Main_Page h1.firstHeading { display: none !important; } You need to replace Main_Page with Нүүр_хуудас in these rules. -- 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
