Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 18:35, 18 January 2020

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

code {
  border: 0px;
}

thead {
  text-align: left;
}