Index:Curious myths of the Middle Ages (1876).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Reformat blockquotes to match scan */
blockquote {
	/* remove Vector formatting*/
	border-left: none;
	padding: inherit;
	
	/* apply formatting from [[Template:Fine block]] */
	line-height:1.4; 
	font-size:92%;
	
	/* apply formatting from [[Template:Block center]] */
	display:table;
	margin:0 auto;
	padding:0;
	position:relative;
	width:auto;
	max-width:100%;
	height:auto;
	text-align:initial;
}

/* Formatting of magic squares in Appendix E */
.magic-square-table {
	margin-right:auto; 
	margin-left:auto;
}

.magic-square-table td {
	padding-left: 1em;
	padding-right: 1em;
	text-align: right;
}