MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
display: table-cell; | display: table-cell; | ||
border-spacing: 0px; | border-spacing: 0px; | ||
border-style: solid; | |||
} | |||
.BasicTable { | |||
border-style: solid; | border-style: solid; | ||
} | } | ||
Revision as of 10:36, 15 November 2020
/* CSS placed here will be applied to all skins */
.SkillBox {
display: table-cell;
border-spacing: 0px;
border-style: solid;
}
.BasicTable {
border-style: solid;
}