MediaWiki:Common.css: Difference between revisions
Appearance
imported>Admin Created page with "→CSS placed here will be applied to all skins: #p-logo a { background-size: 120px auto !important; width: 120px !important; height: 120px !important; }" |
imported>Admin No edit summary |
||
| Line 2: | Line 2: | ||
#p-logo a { | #p-logo a { | ||
background-size: | background-size: 140px auto !important; | ||
width: | width: 140px !important; | ||
height: | height: 140px !important; | ||
} | } | ||
Revision as of 15:35, 16 September 2025
/* CSS placed here will be applied to all skins */
#p-logo a {
background-size: 140px auto !important;
width: 140px !important;
height: 140px !important;
}