Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
} | } | ||
| − | + | .character-table-header { | |
width: 1%; | width: 1%; | ||
} | } | ||
Revision as of 18:51, 3 January 2016
/* CSS placed here will be applied to all skins */
.character-table {
border: 1px black solid;
width: 100%;
}
.character-table>tr>td {
border: 1px black solid;
}
.character-table-header {
width: 1%;
}