MediaWiki:Common.css: Difference between revisions

From Deletionpedia.org: a home for articles deleted from Wikipedia
(#cookieGuardMsg {display:none!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 */


#cookieGuardMsg {display:none!important;}
#cookieGuardMsg {
  display:none!important;
  background: none !important;
}

Revision as of 23:46, 7 May 2022

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

#cookieGuardMsg {
  display:none!important;
  background: none !important;
}