[pypy-svn] r71469 - pypy/build/bot2/codespeak-html

fijal at codespeak.net fijal at codespeak.net
Wed Feb 24 19:40:24 CET 2010


Author: fijal
Date: Wed Feb 24 19:40:22 2010
New Revision: 71469

Modified:
   pypy/build/bot2/codespeak-html/buildbot.css
Log:
Fix css so at least it works like it used to. Will fix that later


Modified: pypy/build/bot2/codespeak-html/buildbot.css
==============================================================================
--- pypy/build/bot2/codespeak-html/buildbot.css	(original)
+++ pypy/build/bot2/codespeak-html/buildbot.css	Wed Feb 24 19:40:22 2010
@@ -380,3 +380,42 @@
 table.Grid tr td.build {
         border: 1px gray solid;
 }
+
+
+/* failure summary */
+.failSummary.success {
+    color: #408000;
+    background-color: #ffffff;
+    font-weight: bold;
+}
+
+.failSummary.failed {
+    color: #E00000;
+    font-weight: bold;
+}
+
+a.failSummary.failed {
+    color: #E00000;
+    font-weight: bold;
+}
+
+a:visited.failSummary.failed {
+    color: #E0B000;
+    font-weight: bold;
+}
+
+a.failSummary.branch, a:visited.failSummary.branch { 
+    color: black;
+}
+
+a.failSummary.trunkVsAny, a:visited.failSummary.trunkVsAny { 
+    color: #a9a9a9;
+}
+
+a.failSummary.builderquery, a:visited.failSummary.builderquery {
+    color: black;
+}
+
+a.failSummary.builder, a:visited.failSummary.builder {
+    color: grey;
+}



More information about the Pypy-commit mailing list