Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
  display: table-cell;
 
  display: table-cell;
 
  border-spacing: 0px;
 
  border-spacing: 0px;
 +
border-style: solid;
 +
}
 +
 +
.BasicTable {
 
  border-style: solid;
 
  border-style: solid;
 
}
 
}

Revision as of 10:36, 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;
}