Difference between revisions of "MediaWiki:Common.css"

From PRA-Info
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-tb{ display: none; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#p-tb{
+
#p-tb, #ca-talk{
 
display: none;
 
display: none;
 
}
 
}

Revision as of 18:45, 15 April 2020

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

#p-tb, #ca-talk{
display: none;
}