aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report-styles/output.css
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-06-11 20:53:23 +0200
committerJiri Vanek <[email protected]>2012-06-11 20:53:23 +0200
commit7ab4e85d1b8e1eadebca99320c605dee7ecd09d5 (patch)
treef1ba6e290a5d4c976f1393d99b0b74c5600abaf3 /tests/report-styles/output.css
parentc90a15733bd947699610d0dbf59e8c88fe139a1d (diff)
Implemented xml logging backend
Diffstat (limited to 'tests/report-styles/output.css')
-rw-r--r--tests/report-styles/output.css7
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;}