Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r124:bc4066626a2d
Date: 2011-06-09 10:17 +0200
http://bitbucket.org/pypy/jitviewer/changeset/bc4066626a2d/

Log:    reduce the left margin; that space in unused, this way the leave
        more room for interesting infos

diff --git a/static/style.css b/static/style.css
--- a/static/style.css
+++ b/static/style.css
@@ -15,7 +15,7 @@
        font-size: 13px;
        line-height: 22px;
        
-       margin-left: 100px;
+       margin-left: 30px;
        margin-top: 60px;
 }
 #single_loop {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to