Index:The Philippine Islands, 1493-1803 (Volume 01).djvu/styles.css

ul {
	margin-left: 0;
}

ul li { 
	/* no bullets */
	list-style: none;
	list-style-image: none;

	/* Hanging indent */
	margin-left: 2em;
	text-indent: -2em;
}

/* Chapter headings */
.wst-heading {
	text-align: center;
	margin-top: 1.3em;
}
.wst-heading.h2 {
	font-size: 1.20em;
	margin-bottom: 1.3em;
}
.wst-heading.h3 {
	margin-bottom: 1.3em;
	font-size: 1.20em;
}
.wst-heading.h4 {
	font-size: 83%;
}
.wst-heading.h5 {
	font-style: italic;
}
.wst-heading.h5 sup {
	font-style: normal;
}

/* signatures */
.wst-signed {
	font-variant: small-caps;
	text-align: left;
    display: table;
    margin-top: -0.5em;
    margin-left: auto;
    margin-bottom: 1.5em;
}

[lang='la'], [lang='es'] {
	font-style: italic;
}