projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cd2455
)
sample CSS for test_output_filter_html.pl
author
Jason Etheridge
<jason@esilibrary.com>
Wed, 7 Aug 2013 20:50:38 +0000
(16:50 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Wed, 7 Aug 2013 20:50:38 +0000
(16:50 -0400)
qa/test_output.css
[new file with mode: 0644]
patch
|
blob
diff --git a/qa/test_output.css
b/qa/test_output.css
new file mode 100644
(file)
index 0000000..
e9f3b20
--- /dev/null
+++ b/
qa/test_output.css
@@ -0,0
+1,7
@@
+* { color: gray; }
+.comment { color: black; }
+.ok { color: green; font-weight: bold; }
+.error { color: red; font-weight: bold; }
+.notok { color: red; font-weight: bold; }
+.pass { color: green; font-weight: bold; }
+.fail { color: red; font-weight: bold; }