MediaWiki:Common.css: Difference between revisions

From OuroDev
(Created page with "→‎CSS placed here will be applied to all skins: table { border-spacing: 0; } td { padding: 0; }")
(No difference)

Revision as of 17:42, 29 April 2019

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

table {
  border-spacing: 0;
}

td {
  padding: 0;
}