Template:Unicode/doc: Difference between revisions

Content deleted Content added
Internals: call out a non-typo
Line 30:
<span class="Unicode">{{{1}}}</span>
</source>
and <code>class="Unicode"</code> is defined in [[MediaWiki:Common.js]] as follows (no, that's not a typo, we really have this CSS in a .js file):
<source lang="CSS">
.Unicode {
Line 36:
}
</source>
Note it definesis thisdefined ''only'' for Windows XP. It does so by targeting XP in JavaScript.
 
You can override this with your own <code>Unicode</code> class definition in your [[Help:User_style|personal stylesheet]] (e.g. <tt>User:''username''/common.css</tt>).