Index:Proposals for a Uniform Missionary Alphabet.djvu/styles.css

/* All tables */
table {
	margin-right:auto; margin-left:auto;
	border-collapse: collapse;
}


/* Standard table (p. 8, etc.) */

._table-standard th, 
._table-standard td {
	padding-left: 0.4em; padding-right: 0.4em;
	text-align:center;
}

._table-standard th {
	font-weight: normal;
	font-size:92%; /* "fine" */
	line-height:1.4;
}

._table-standard td:first-child {
	text-align:left;
}


/* Variant table 1 (p. 14) */

._table-variant1 {
	border: 1px solid black;
}

._table-variant1 td, 
._table-variant1 th {
	padding-left: 0.4em; padding-right: 0.4em;
	font-weight: normal;
	font-size:83%; /* smaller */
	line-height:1.4;
	border-left: 1px solid black;
}

._table-variant1 th {
	text-align:center;
	border-bottom: 1px solid black;
}

._table-variant1 td:last-child {
	border-left: none;
}