Template:Font-size90%/styles.css

From Wikisource
Jump to navigation Jump to search
/* common styles for fs90 and fs90/s */
.wst-font-size-90 {
	font-size: 90%;
	line-height: 126%;
	padding: 0.4em 0;
}

/* force paragraphs wrapped within this div class to inherit font size and line height */
.wst-font-size-90 > p {
	font-size: inherit;
	line-height: inherit;
}