diff options
author | Jiri Vanek <[email protected]> | 2012-06-11 20:53:23 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2012-06-11 20:53:23 +0200 |
commit | 7ab4e85d1b8e1eadebca99320c605dee7ecd09d5 (patch) | |
tree | f1ba6e290a5d4c976f1393d99b0b74c5600abaf3 /tests/report-styles/report.css | |
parent | c90a15733bd947699610d0dbf59e8c88fe139a1d (diff) |
Implemented xml logging backend
Diffstat (limited to 'tests/report-styles/report.css')
-rw-r--r-- | tests/report-styles/report.css | 5 |
1 files changed, 5 insertions, 0 deletions
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;} |