[pypy-svn] r71130 - pypy/build/bot2/jsplot/css

fijal at codespeak.net fijal at codespeak.net
Sat Feb 6 19:09:03 CET 2010


Author: fijal
Date: Sat Feb  6 19:09:02 2010
New Revision: 71130

Modified:
   pypy/build/bot2/jsplot/css/main.css
Log:
an attempt to put text closer to graphs


Modified: pypy/build/bot2/jsplot/css/main.css
==============================================================================
--- pypy/build/bot2/jsplot/css/main.css	(original)
+++ pypy/build/bot2/jsplot/css/main.css	Sat Feb  6 19:09:02 2010
@@ -22,4 +22,6 @@
     font-size: 10pt;
     font-family: Verdana;
     text-align: center;
+    margin-bottom: 0px;
+    margin-top: 10px;
 }



More information about the Pypy-commit mailing list