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,th {
table {
  border-collapse: collapse;
}
 
table td,table th {
   border: 1px solid black;
   border: 1px solid black;
   text-align: center;
   text-align: center;
}
table td {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
table th {
  padding: 0 0.5em 0 0.5em;
}
}

Revision as of 00:31, 26 November 2018

/* CSS placed here will be applied to all skins */
table {
   border-collapse: collapse;
}

table td,table th {
   border: 1px solid black;
   text-align: center;
}