sbsv2/raptor/test/unit_suite/data/html_filter/style/filter_html.css
author Jon Chatten
Mon, 13 Sep 2010 14:04:04 +0100
changeset 641 8dd670a9f34f
permissions -rw-r--r--
sbs version 2.15.2

body
{
	font-family: monospace;
}

pre { background: #cccccc; }

table
{
	width: 100%;
	border: 1px solid black;
}

th.numbers
{
	width: 10%;
}

td
{
	text-align: center;
}

td.name
{
	text-align: left;
}
td.time { background: #80ff80; }
td.ok { background: #80ff80; }
td.error { background: #ff8080; }
td.critical { background: #ffc080; }
td.warning { background: #ffff80; }
td.remark { background: #8080ff; }
td.missing { background: #c0c0c0; }