https://bugzilla.wikimedia.org/show_bug.cgi?id=29921

--- Comment #7 from Subfader <subfa...@gmail.com> 2011-07-23 13:31:28 UTC ---
^^That's extreme. In your header only the shared and print.css is loaded? It
misses the skin's main.css 

<link rel="stylesheet"
href="/esl/load.php?debug=false&amp;lang=hu&amp;modules=mediawiki.legacy.commonPrint%2Cshared&amp;only=styles&amp;skin=morrohunv2&amp;*"
/>


That's my header output for rel="stylesheet":

<link rel="stylesheet"
href="/wiki/load.php?debug=true&amp;lang=en&amp;modules=mediawiki.legacy.commonPrint&amp;only=styles&amp;skin=monobook&amp;*"
/>
<link rel="stylesheet"
href="/wiki/load.php?debug=true&amp;lang=en&amp;modules=mediawiki.legacy.shared&amp;only=styles&amp;skin=monobook&amp;*"
/>
<link rel="stylesheet" href="/wiki/skins/monobook/main.css?404" media="screen"
/>

My problem is that I hide some elements via Common.css and dispaly them to
certain users via user scripts. But with RL those are loaded at the bottom
which makes some elements appear at the end of all DOM building.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to