Template:Font-size85%/styles.css

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

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