MediaWiki:Common.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     margin: 15px;
     margin: 15px;
     margin-left: 30px;
     margin-left: 60px;
     display: block;
     display: block;
     width: 562px;
     width: 562px;

Revision as of 03:54, 11 January 2020

/* CSS placed here will be applied to all skins */
#p-logo a {
    background-position: top left;
    background-repeat: no-repeat;
    margin: 15px;
    margin-left: 60px;
    display: block;
    width: 562px;
    height: 100px;
    text-decoration: none;
}