Difference between revisions of "MediaWiki:Common.css"

From El Compendio de Vilia
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .character-table { border: 1px black solid; }")
 
Line 3: Line 3:
 
.character-table {
 
.character-table {
 
   border: 1px black solid;
 
   border: 1px black solid;
 +
  width: 100%;
 
}
 
}

Revision as of 18:24, 3 January 2016

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

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