ProleWiki:Library/book.css

From ProleWiki, the proletarian encyclopedia
Revision as of 20:06, 7 January 2022 by Forte (talk | contribs) (Added blockquote CSS for books)
/* CSS options for books in Library */

p {
	text-indent: 50px;
	width: 95%;
	margin: auto;
	text-align: justify;
}

blockquote p {
	text-indent: 0;
	text-align: justify;
}

blockquote {
	padding: 5px 25px;
	width: 90%;
}

ol {
	padding: 10px 25px;
}

h2 {
	text-align: center;
}