MediaWiki:Monobook.css: Difference between revisions

From A KoL Wiki
imported>SomeStranger
mNo edit summary
imported>SomeStranger
m test (learning what these settings do)
Line 4: Line 4:
div.topicon {
div.topicon {
   position:absolute;  
   position:absolute;  
   z-index:100;  
   z-index:120;  
   top:10px;
   top:20px;
   display: block !important;
   display: block !important;
}
}
/*</pre>*/
/*</pre>*/

Revision as of 21:40, 28 June 2006

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

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