MediaWiki:Vector.css: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
 
No edit summary
Line 5: Line 5:
div.topicon {
div.topicon {
   position: absolute;
   position: absolute;
   top: -2em;
   top: -3em;
   margin-right: -10px;
   margin-right: -10px;
   display: block !important;
   display: block !important;
}
}

Revision as of 20:12, 20 March 2012

/* CSS placed here will affect users of the Vector skin */

/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
  position: absolute;
  top: -3em;
  margin-right: -10px;
  display: block !important;
}