MediaWiki:Monobook.css: Difference between revisions

From A KoL Wiki
imported>SomeStranger
let's try something simple
imported>SomeStranger
mNo edit summary
Line 1: Line 1:
/*<pre>*/
/*<pre>*/
/* For positioning icons at top-right, used in Templates
/* For positioning icons at top-right */
  "Spoken Article" and "Featured Article" */


div.topicon {
div.topicon {

Revision as of 21:02, 28 June 2006

/*<pre>*/
/* For positioning icons at top-right */

div.topicon {
  position:absolute; 
  z-index:100; 
  top:10px;
  display: block !important;
}
/*</pre>*/