Templat:Padded page break/styles.css

Dari Wikisumber bahasa Indonesia, perpustakaan bebas
/* add top and bottom margins
 * use rem to make what you get consistent regardless of how big the surrounding
 * font size happens to be, but allow to get larger on user agents with larger
 * fonts (e.g. for visually impaired users) */
.wst-padded-pg-break {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}