Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
.BasicTable {
 
.BasicTable {
 
  border-style: solid;
 
  border-style: solid;
 +
border-width: thin;
 
}
 
}

Revision as of 10:37, 15 November 2020

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

.SkillBox {
 display: table-cell;
 border-spacing: 0px;
 border-style: solid;
}

.BasicTable {
 border-style: solid;
 border-width: thin;
}