Index:Great Men and Famous Women Volume 7.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* make table take up the full width */
._toc{
	width: 100%;
}

/* "Subject" column */
._toc td:nth-child(1){
	font-variant: all-small-caps;
	vertical-align: top;
}

/* "Author" column */
._toc td:nth-child(2){
	font-style: italic;
	vertical-align: top;
}

/* "Page" column */
._toc td:nth-child(3){
	text-align: right;
	vertical-align: top;
}

/* table headers */
._toc th{
	font-weight: normal;
	font-variant: all-small-caps;
}