Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
border-spacing: 0; | border-spacing: 0; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| + | cell-padding: 2px; | ||
} | } | ||
Revision as of 19:32, 3 January 2016
/* CSS placed here will be applied to all skins */
.character-inner-table {
border: 1px black solid;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
cell-padding: 2px;
}
.character-inner-table tr td {
border: 1px black solid;
}
.character-table-header {
width: 1%;
}