Difference between revisions of "MediaWiki:Common.css"

From OuroDev
(Created page with "→‎CSS placed here will be applied to all skins: table { border-spacing: 0; } td { padding: 0; }")
 
 
Line 7: Line 7:
 
td {
 
td {
 
   padding: 0;
 
   padding: 0;
 +
}
 +
 +
.commandlinetable .commandlinetable {
 +
  width: auto !important;
 
}
 
}

Latest revision as of 16:47, 17 May 2019

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

table {
  border-spacing: 0;
}

td {
  padding: 0;
}

.commandlinetable .commandlinetable {
  width: auto !important;
}