Index:When I Was a Little Girl (1913).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Index table: three columns, 
    R-L-R aligned, with centre column in small-caps */
.work_TOC {
	margin: auto;
	max-width: 36em;
}

.work_TOC  td:nth-child(1) {
	vertical-align: top;
	text-align: right;
}

.work_TOC  td:nth-child(2) {
	vertical-align: top;
	font-variant:small-caps;
}

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

/* Illustrations table: 
    two columns, L-R aligned, left column with hanging indent */
.work_illos {
	margin: auto;
	max-width: 36em;
}

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

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