Index:Visor, romanser och ballader/styles.css
Utseende
/* TOC formatting, centered, heading like caption and right aligned last column (from [[w:en:Template:Table alignment]]) */
.table-of-contents {
margin:auto;
}
.table-of-contents caption {
font-size:120%;
text-align:center;
margin-top:2em;
margin-bottom:0.5em;
text-transform:uppercase;
}
.table-of-contents th:last-child {
text-align:right;
font-weight:normal;
font-size:100%;
min-width:2em;
}
.table-of-contents td:last-child {
text-align:right;
}