MediaWiki:Common.css: Difference between revisions

From NINNYPedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
     width: auto;
     width: auto;
}
}
#p-logo a,
#p-logo img {
#p-logo img {
     max-height: 40px !important;
    max-width: 180px !important;
     max-height: 60px !important;
     width: auto !important;
     width: auto !important;
    height: auto !important;
}
}

Latest revision as of 21:00, 21 April 2026

/* CSS placed here will be applied to all skins */
.mw-logo img {
    max-height: 40px;
    width: auto;
}
#p-logo img {
    max-width: 180px !important;
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
}