Index:The Annals and Magazine of Natural History, vol. 16ss (1855).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* table of contents formatting*/
table.tableofcontents {
	margin-left: auto;
	margin-right: auto;
}

/*max width for first column and align all texts to the left*/
table.tableofcontents th:nth-child(1),
table.tableofcontents td:nth-child(1) {
	text-align: left;
	max-width: 70em;
	padding-right:1em;
	}
/*min width for 3rd column and align all texts to the right*/	
table.tableofcontents th:nth-child(3),
table.tableofcontents td:nth-child(3){
	text-align: right;
	width:5em;
	}