Difference between revisions of "MediaWiki:Common.css"

From Make Inclusive Websites
Jump to navigation Jump to search
Line 3: Line 3:
 
display: none;
 
display: none;
  
#mw-content-text > div > .wikitable {
+
#mw-content-text > div > table {
 
display: none !important;
 
display: none !important;
 
}
 
}
 
}
 
}

Revision as of 11:51, 7 May 2021

/* CSS placed here will be applied to all skins */
.catlinks {
display: none;

#mw-content-text > div > table {
display: none !important;
}
}