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/output.css | |
parent | c90a15733bd947699610d0dbf59e8c88fe139a1d (diff) |
Implemented xml logging backend
Diffstat (limited to 'tests/report-styles/output.css')
-rw-r--r-- | tests/report-styles/output.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/report-styles/output.css b/tests/report-styles/output.css new file mode 100644 index 0000000..3da997c --- /dev/null +++ b/tests/report-styles/output.css @@ -0,0 +1,7 @@ +div.space-line { clear: both; margin: 0; padding: 0; width: auto;} +div.classa { border: thin solid black; padding: 5px; margin: 5px;} +div.method {border: thin solid black; padding: 5px; margin: 5px;} +div.output { border: thin solid black; padding: 5px; margin: 5px; float: left; display: inline; width:30%; overflow-x: scroll} +div.item {border-bottom: thin solid black; border-top: thin solid black; border-left: thin solid black; padding: 5px; margin: 5px;} +div.stamp { border: thin solid black; padding: 5px; margin: 5px;} +div.fulltrace {border-bottom: thin solid black; border-top: thin solid black; border-left: thin solid black; padding: 5px; margin: 5px;} |