Last modified: 2010-05-15 15:33:02 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3339, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1339 - Bug in skin Cologneblue
Bug in skin Cologneblue
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
1.4.x
PC Linux
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-01-15 21:27 UTC by Niklas Laxström
Modified: 2010-05-15 15:33 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2005-01-15 21:27:59 UTC
In the standard skin the main css is following:
/*/*/ /*<![CDATA[*/
@import "/skins/common/wikistandard.css";
@import
"/w/index.php?title=K%C3%A4ytt%C3%A4j%C3%A4:Nikerabbit/standard.css&action=raw&ctype=text/css";
@import "/w/index.php?title=MediaWiki:Standard.css&action=raw&ctype=text/css";
a { text-decoration: none; }
a.new, #quickbar a.new { color: #CC2200; }
#quickbar { position: absolute; top: 4px; left: 4px; border-right: 1px solid gray; }
#article { margin-left: 152px; margin-right: 4px; }

/*]]>*/ /* */
</style>

in cologneblue it is
<style type='text/css'>
/*/*/ /*<![CDATA[*/
@import "/skins/common/cologneblue.css";
@import
"/w/index.php?title=K%C3%A4ytt%C3%A4j%C3%A4:Nikerabbit/cologneblue.css&action=raw&ctype=text/css";
#quickbar { position: absolute; left: 4px; }
#article { margin-left: 148px; margin-right: 4px; }
@import "/w/index.php?title=MediaWiki:Cologneblue.css&action=raw&ctype=text/css";
a { text-decoration: none; }
a.new, #quickbar a.new { color: #CC2200; }

/*]]>*/ /* */
</style>

Notice the position of last @import rule in the cologneblue.
The CSS spec says: Any @import rules must precede all rule sets in a style sheet.
Fix needed to make some changes in fiwiki possible.
Comment 1 Brion Vibber 2005-01-16 02:05:51 UTC
Moved additional statements to after, instead of before, the import.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links