MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
.BasicTable { | .BasicTable { | ||
border-style: solid; | border-style: solid; | ||
border-width: thin; | |||
} | } | ||
Revision as of 10:37, 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;
border-width: thin;
}