Index:Plays by Anton Tchekoff (1916).djvu/styles.css

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

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

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

/* Contents table: three columns, 
    with middle spacing, L-X-R aligned */
.chron_list {
	margin: auto;
	max-width: 36em;
}

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

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