MediaWiki:Common.css: Difference between revisions

From The Hexian Archives
(Additional styling for character info tables)
m (Border-bottom, not bottom-border, dumbass.)
Line 9: Line 9:


th.character-info {
th.character-info {
bottom-border: 1px solid #ddd
border-bottom: 1px solid #ddd
}
}

Revision as of 07:10, 27 February 2022

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

table.character-info {
background: #eee;
text-align: center;
width: 160px;
border: 1px solid black;
}

th.character-info {
border-bottom: 1px solid #ddd
}