Jump to content

MediaWiki:Common.css: Difference between revisions

From Baby Name Wiki
Created page with "CSS placed here will be applied to all skins: #p-logo a { pointer-events: none; cursor: default; }"
 
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-logo {
#p-logo a {
     pointer-events: none;
     pointer-events: none;
     cursor: default;
     cursor: default;
}
}

Revision as of 16:34, 18 April 2026

/* CSS placed here will be applied to all skins */

.mw-logo {
    pointer-events: none;
    cursor: default;
}