MediaWiki:Common.css: Difference between revisions

From Wiki Vedanta
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .mw-wiki-logo { background-image: url( /images/maa.png ) !important; }")
 
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;
}