Index:They Knew What They Wanted.pdf/styles.css

From Wikisource
Jump to navigation Jump to search
/* Illustrations table: 
    two columns, L-R aligned, first column in small-caps */
.work_illos {
	margin: auto;
	max-width: 36em;
}

.work_illos  td:nth-child(1) {
	vertical-align: top;
	text-align: left;
	padding-left:2em;
	text-indent:-2em;
	font-variant:small-caps;
}

.work_illos  td:nth-last-child(1) {
	vertical-align: bottom;
	text-align: right;
}

.gen_table {
	margin: auto;
	max-width: 36em;
}