- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk • contribs)
Difference between revisions of "MediaWiki:Common.css"
From DeeDeeswiki
m (ahah! missing */) |
(try this one again with the correct commenting) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | /* Import Babel style sheet from wikimedia */ | + | /* Import Babel style sheet from wikimedia*/ |
− | @import "//svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css"; | + | <style type="text/css"> |
+ | @import url("http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css"); | ||
+ | </style> |
Revision as of 01:04, 25 November 2011
/* CSS placed here will be applied to all skins */
/* Import Babel style sheet from wikimedia*/
<style type="text/css">
@import url("http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css");
</style>