[pypy-commit] jitviewer default: reduce the left margin; that space in unused, this way the leave more room for interesting infos

antocuni noreply at buildbot.pypy.org
Thu Jun 9 10:17:23 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
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 {


More information about the pypy-commit mailing list