summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-25 20:08:32 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-25 20:08:32 +0200
commita359d74279322e22cc49f1639dc38dd3f268561f (patch)
treecc1be48f36646f7d17560688d23c9f0cdc316823 /public
parentmore css cleanup (diff)
downloadjitterbug-a359d74279322e22cc49f1639dc38dd3f268561f.tar.gz
toggle tests's result
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 0e7ce42..e3a6e97 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -233,5 +233,5 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m
 .commit .name{clear:left;margin-top:.75em;line-height:1.5em}
 .commit .date{color:#888;line-height:1em;}
 .commit .builds span {font-size:110%;font-weight: bolder;}
-.commit .builds span .PASS {color:red}
+.commit .builds span .PASS{color:green}
 .commit .builds span .FAILED{color:red}