[pypy-svn] r69367 - in pypy/build/bot2: codespeak-html pypybuildbot

pedronis at codespeak.net pedronis at codespeak.net
Wed Nov 18 12:02:09 CET 2009


Author: pedronis
Date: Wed Nov 18 12:02:08 2009
New Revision: 69367

Modified:
   pypy/build/bot2/codespeak-html/buildbot.css
   pypy/build/bot2/pypybuildbot/summary.py
Log:
styling

Modified: pypy/build/bot2/codespeak-html/buildbot.css
==============================================================================
--- pypy/build/bot2/codespeak-html/buildbot.css	(original)
+++ pypy/build/bot2/codespeak-html/buildbot.css	Wed Nov 18 12:02:08 2009
@@ -103,6 +103,10 @@
     color: black;
 }
 
+a.failSummary.trunkVsAny, a:visited.failSummary.trunkVsAny { 
+    color: #a9a9aa9;
+}
+
 a.failSummary.builderquery, a:visited.failSummary.builderquery {
     color: black;
 }

Modified: pypy/build/bot2/pypybuildbot/summary.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/summary.py	(original)
+++ pypy/build/bot2/pypybuildbot/summary.py	Wed Nov 18 12:02:08 2009
@@ -794,7 +794,7 @@
         trunk_vs_any_anchor = html.a(trunk_vs_any_text,
                                      href="/summary%s" %
                                      trunk_vs_any_query,
-                                     class_="failSummary branch")
+                                     class_="failSummary trunkVsAny")
         trunk_vs_any = html.div(html.h2(trunk_vs_any_anchor),
                                 style="position: absolute; right: 5%;")
         return trunk_vs_any.unicode() + page.render()



More information about the Pypy-commit mailing list