Hoppa till innehållet

Index:KVA vol 15.djvu/styles.css

Från Wikisource, det fria biblioteket.
/* TOC formatting, centered, bottom-right aligned last column,top-left aligned first column */
.table-of-contents  {
	margin:auto;
}

.table-of-contents td:last-child {
	text-align:right;
	vertical-align:bottom;
	min-width:2em;
}

.table-of-contents td:first-child, .table-of-contents td:nth-child(2) {
	text-align:left;
	vertical-align:top;
	min-width:2em;
}