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

fijal at codespeak.net fijal at codespeak.net
Fri Apr 13 16:08:10 CEST 2007


Author: fijal
Date: Fri Apr 13 16:08:09 2007
New Revision: 42032

Modified:
   pypy/dist/pypy/doc/style.css
Log:
Very very risky checkin. Feel free to revert.
I guess this style looks a bit better than previous one, but
I'm not sure if I didn't break ton of stuff.


Modified: pypy/dist/pypy/doc/style.css
==============================================================================
--- pypy/dist/pypy/doc/style.css	(original)
+++ pypy/dist/pypy/doc/style.css	Fri Apr 13 16:08:09 2007
@@ -769,8 +769,9 @@
 
 img#pyimg {
     position: absolute;
-    top: 4px;
-    left: 4px;
+    top: 0px;
+    left: 20px;
+    margin: 20px;
 }
 
 img#extraimg {
@@ -791,7 +792,7 @@
 div#metaspace {
     position: absolute;
     top: 40px;
-    left: 170px;
+    left: 210px;
 }
 
 div#errorline {
@@ -804,9 +805,9 @@
     position: absolute;
   	/* font: 120% "Times New Roman", serif;*/
     font: 110% Verdana, Helvetica, Arial, sans-serif;
-    top: 130px;
-    left: 170px;
-    margin-right: 5px;
+    top: 140px;
+    left: 130px;
+    margin-right: 140px;
 }
 
 div#menubar {



More information about the Pypy-commit mailing list