Index:Dikter (af Wirsén).djvu/styles.css

Från Wikisource, det fria biblioteket.
/* 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:125%;
	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:80%;
	min-width:4em;
}

.table-of-contents td:last-child {
	text-align:right;
}