MediaWiki:Common.css: Difference between revisions

From The Hexian Archives
m (Border-bottom, not bottom-border, dumbass.)
No edit summary
Tag: Reverted
Line 8: Line 8:
}
}


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

Revision as of 07:21, 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;
}

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