Template:Character Tabs/styles.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5: Line 5:
margin-bottom: 15px;
margin-bottom: 15px;
white-space: nowrap;
white-space: nowrap;
}
.character-tabs td {
border: 1px solid #a7d7f9;
}
}


.character-tabs td:not(.spacer) {
.character-tabs td:not(.spacer) {
border: 1px solid #a7d7f9;
border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
border-bottom: 0;
padding: 0.5em;
padding: 0.5em;
line-height: 1em;
}
.character-tabs td.spacer {
border-top: 0;
border-left: 0;
border-right: 0;
width: 5px;
}
}