MediaWiki:Vector.css: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(No difference)

Revision as of 20:03, 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: -2em;
  margin-right: -10px;
  display: block !important;
}