summaryrefslogblamecommitdiffstats
path: root/MCServer/Plugins/APIDump/main.css
blob: f9cdfc3cecf9827c3714e401559f9da864ea90fe (plain) (tree)






















                                  
table
{
	background-color: #fff;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: gray;
}

tr
{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

td, th
{
	display: table-cell;
	vertical-align: inherit;
	padding: 3px;
	border: 1px solid #ccc;
}