Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #p-logo { z-index: 3; position: absolute; →needed to use z-index: top: 0; left: 0; height: 155px; width: 12em; ove...") |
|||
Line 3: | Line 3: | ||
z-index: 3; | z-index: 3; | ||
position: absolute; /*needed to use z-index */ | position: absolute; /*needed to use z-index */ | ||
− | top: | + | top: 100; |
left: 0; | left: 0; | ||
height: 155px; | height: 155px; |
Revision as of 05:22, 21 June 2019
/* CSS placed here will be applied to all skins */ #p-logo { z-index: 3; position: absolute; /*needed to use z-index */ top: 100; left: 0; height: 155px; width: 12em; overflow: visible; }