Index:Lavine - Recipes Tried and True.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Heading for a recipe within the book */
.wst-heading {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
}

/* Chapter heading */
.chapter_heading {
	font-size: 150%;
}

/* Ingredient list */
.wst-ingredient-list {
	font-weight: bold;
    max-width: 40em;
}
.wst-ingredient-list li {
    margin-left: 1.5em;
    text-indent: -1.5em;
}