Revert r39021 "Tweak css load order (broken for extensions since r38116)"
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Aug 2008 00:54:26 +0000 (00:54 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Aug 2008 00:54:26 +0000 (00:54 +0000)
commit2142b0bb18d303c41d00fbac99c54596eba8e59b
tree89dce6a872d0894e801fb017e7b1f19ae8cc1df9
parent94452df8dc076e41fb74a4845f03167f9e20754f
Revert r39021 "Tweak css load order (broken for extensions since r38116)"
This regresses us back from using <link rel="stylesheet">, which we want, to using @import, which we don't.
There are a few reasons we don't want it:
* IE and Firefox at least don't save @import'ed stylesheets when you save a web page as bundled HTML + resources, which is annoying
* Allegedly, browsers may be more efficient about the order of things they load when using <link>, however I haven't tested this
* the CSS media markers may be different, we're trying to make that consistent...
* Trying to get things to use a consistent interface so we can switch to merging and compressing all these files in a sane fashion
includes/SkinTemplate.php