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

pedronis at codespeak.net pedronis at codespeak.net
Tue Dec 30 18:46:39 CET 2008


Author: pedronis
Date: Tue Dec 30 18:46:35 2008
New Revision: 60742

Modified:
   pypy/build/bot2/codespeak-html/buildbot.css
Log:
some css to go with the last tweaks

Modified: pypy/build/bot2/codespeak-html/buildbot.css
==============================================================================
--- pypy/build/bot2/codespeak-html/buildbot.css	(original)
+++ pypy/build/bot2/codespeak-html/buildbot.css	Tue Dec 30 18:46:35 2008
@@ -92,3 +92,15 @@
     color: #E0B000;
     font-weight: bold;
 }
+
+a.failSummary.branch, a:visited.failSummary.branch { 
+    color: black;
+}
+
+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