Index:Practical Treatise on Milling and Milling Machines.djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* format tables as a grid. */

table.__grid
{
	border: solid 1px black;
}

table.__grid td,
table.__grid th  /* have to have complete selector paths in CSS */
{
	border: solid 1px black;
}

table.__cols
{
	border-collapse:collapse;
	border: solid 1px black;
}
table.__cols tr th,
table.__cols tr td{
	border-right:1px solid black;
}

/* Generic style for table consisting of mostly figures (right-aligned) 
TODO: Full Ledger style  ; */

/* Row format */
table.wst-ts__ft tr,
table.__ft tr{
	vertical-align:bottom;
	text-align:right;
}

/* format of headers (centered) */

table.wst-ts__ft th,
table.__ft th{
	text-align:center;	
}