Difference between revisions of "MediaWiki:Common.css"

From El Compendio de Vilia
Jump to navigation Jump to search
Line 4: Line 4:
 
   border: 1px black solid;
 
   border: 1px black solid;
 
   width: 100%;
 
   width: 100%;
   cell-spacing: 0;
+
   border-spacing: 0;
 
}
 
}
  

Revision as of 19:05, 3 January 2016

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

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

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

.character-table-header {
  width: 1%;
}