MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→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 { ..." |
No edit summary |
||
| Line 5: | Line 5: | ||
div.topicon { | div.topicon { | ||
position: absolute; | position: absolute; | ||
top: - | 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;
}