Difference between revisions of "MediaWiki:Common.css"

From musings of k8
Jump to navigation Jump to search
(Disable border on <code> blocks.)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
code {
+
code, mw-parser-output {
 
   border: 0px;
 
   border: 0px;
 
}
 
}

Revision as of 18:34, 18 January 2020

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

code, mw-parser-output {
  border: 0px;
}

thead {
  text-align: left;
}