Difference between revisions of "MediaWiki:Common.css"

From El Compendio de Vilia
Jump to navigation Jump to search
Line 8: Line 8:
 
.character-table tr td {
 
.character-table tr td {
 
   width: 1%;
 
   width: 1%;
 +
  border: 1px black solid;
 
}
 
}

Revision as of 18:32, 3 January 2016

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

.character-table {
  border: 1px black solid;
  width: 100%;
}

.character-table tr td {
  width: 1%;
  border: 1px black solid;
}