MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Vamsimarri (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .mw-wiki-logo { background-image: url( /images/maa.png ) !important; }") |
Vamsimarri (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
background-image: url( /images/maa.png ) !important; | background-image: url( /wiki/images/maa.png ) !important; | ||
} | } |
Latest revision as of 21:06, 13 June 2023
/* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-image: url( /wiki/images/maa.png ) !important; }