[pypy-svn] r70723 - in pypy/build/bot2: codespeak-html jsplot/css

pedronis at codespeak.net pedronis at codespeak.net
Wed Jan 20 12:17:28 CET 2010


Author: pedronis
Date: Wed Jan 20 12:17:27 2010
New Revision: 70723

Modified:
   pypy/build/bot2/codespeak-html/index.html
   pypy/build/bot2/jsplot/css/main.css
Log:
formatting

Modified: pypy/build/bot2/codespeak-html/index.html
==============================================================================
--- pypy/build/bot2/codespeak-html/index.html	(original)
+++ pypy/build/bot2/codespeak-html/index.html	Wed Jan 20 12:17:27 2010
@@ -9,7 +9,7 @@
 <h1>Welcome to codespeak's PyPy Buildbot!</h1>
 
 <ul>
-  <li>the <a href="plotsummary.html">performance plots</a> will give you an overview of performance for recent revisions.</li>
+  <li>the <a href="plotsummary.html">Performance Plots</a> will give you an overview of performance for recent revisions.</li>
   <li>the <a href="summary?branch=&lt;trunk&gt;">Summary Display &lt;trunk&gt;</a> will give you a 
   failure-oriented  summary for recent revisions (&lt;trunk&gt; only).</li>
 

Modified: pypy/build/bot2/jsplot/css/main.css
==============================================================================
--- pypy/build/bot2/jsplot/css/main.css	(original)
+++ pypy/build/bot2/jsplot/css/main.css	Wed Jan 20 12:17:27 2010
@@ -1,3 +1,6 @@
+body {
+    font-family: Verdana;
+}
 
 .plot {
     width: 600px;



More information about the Pypy-commit mailing list