Index:A Chinese and English vocabulary, in the Tie-chiu dialect.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
dl {
	/*--ch-width: 3rem;*/ /* XXX: parser strips CSS variables */
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
dt {
	/*width: var(--ch-width);*/
	width: 3rem;
	font-size: 175%;
	line-height: 100%; /* align to top */
	padding-bottom: 0.25em;
}
dt sup {
	font-size: 50%;
}
dd {
	margin: 0;
	/*width: calc(100% - var(--ch-width));*/
	width: calc(100% - 3rem);
	line-height: 100%; /* align to top */
	padding-bottom: 0.5em;
}