[pypy-svn] r23407 - pypy/dist/pypy/doc

nico at codespeak.net nico at codespeak.net
Thu Feb 16 15:00:22 CET 2006


Author: nico
Date: Thu Feb 16 15:00:19 2006
New Revision: 23407

Modified:
   pypy/dist/pypy/doc/confrest.py
   pypy/dist/pypy/doc/style.css
Log:
add events to menu. change default font size.

Modified: pypy/dist/pypy/doc/confrest.py
==============================================================================
--- pypy/dist/pypy/doc/confrest.py	(original)
+++ pypy/dist/pypy/doc/confrest.py	Thu Feb 16 15:00:19 2006
@@ -15,6 +15,7 @@
                    href="https://codespeak.net/issue/pypy-dev/", 
                    class_="menu"), 
             " ", id="menubar")
+            html.a("events", href="events.html", class_="menu"), " ", 
 
 class Project(Project): 
     title = "PyPy" 

Modified: pypy/dist/pypy/doc/style.css
==============================================================================
--- pypy/dist/pypy/doc/style.css	(original)
+++ pypy/dist/pypy/doc/style.css	Thu Feb 16 15:00:19 2006
@@ -1,5 +1,5 @@
 body,body.editor,body.body {
-    font: 110% "Times New Roman", Arial, Verdana, Helvetica, serif;
+    font: 80% "Times New Roman", Arial, Verdana, Helvetica, serif;
     background: White;
     color: Black;
 }



More information about the Pypy-commit mailing list