MediaWiki:Common.css: Difference between revisions

From Boolean
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
}
}


table td {
table th {
   padding: 0 0.5em 0 0.5em;
   padding: 0 0.5em 0 0.5em;
}
}

Revision as of 00:30, 26 November 2018

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

table td {
   padding: 0 0 0 0;
}

table th {
   padding: 0 0.5em 0 0.5em;
}