MediaWiki:Common.css: Difference between revisions

From Boolean
Jump to navigation Jump to search
No edit summary
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 */
table td {
table td,th {
   border: 1px solid black;
   border: 1px solid black;
  text-align: center;
}
}

Revision as of 00:28, 26 November 2018

/* CSS placed here will be applied to all skins */
table td,th {
   border: 1px solid black;
   text-align: center;
}