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;
     display: block;
     display: block;
     width: 320px;
     width: 640px;
     height: 160px;
     height: 160px;
     text-decoration: none;
     text-decoration: none;
}
}

Revision as of 21:15, 9 January 2020

/* CSS placed here will be applied to all skins */
#p-logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 640px;
    height: 160px;
    text-decoration: none;
}