Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r818:3ddef19de6cb
Date: 2013-05-15 21:37 +0200
http://bitbucket.org/pypy/buildbot/changeset/3ddef19de6cb/

Log:    Playing around: try to re-insert some margin on top of the links

diff --git a/master/public_html/summary.css b/master/public_html/summary.css
--- a/master/public_html/summary.css
+++ b/master/public_html/summary.css
@@ -73,6 +73,10 @@
     border: 1px gray solid;
 }
 
+div.header {
+    margin-top: 15px;
+}
+
 div.footer {
     font-size: 80%;
 }
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to