From 7ab4e85d1b8e1eadebca99320c605dee7ecd09d5 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Mon, 11 Jun 2012 20:53:23 +0200 Subject: Implemented xml logging backend --- tests/report-styles/report.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/report-styles/report.css') diff --git a/tests/report-styles/report.css b/tests/report-styles/report.css index e0a59c3..0afbf56 100644 --- a/tests/report-styles/report.css +++ b/tests/report-styles/report.css @@ -19,3 +19,8 @@ div.cell1 {display:inline; float: left;height:auto} div.cell2 {display:inline; float: right;height:auto} a.classSumaryName{font-weight:bold} + +a.logLink:link {color: black} +a.logLink:active {color: black; } +a.logLink:visited {color: black;} +a.logLink:hover {color: black;font-weight: bolder;} -- cgit v1.2.3