[pypy-commit] jitviewer css_tweaks: instead of huge top margin, add a little margin between top header and main area

kostialopuhin noreply at buildbot.pypy.org
Mon Oct 6 18:53:04 CEST 2014


Author: Konstantin Lopuhin <kostia.lopuhin at gmail.com>
Branch: css_tweaks
Changeset: r264:ef5d93e0d0ff
Date: 2014-10-05 13:32 +0400
http://bitbucket.org/pypy/jitviewer/changeset/ef5d93e0d0ff/

Log:	instead of huge top margin, add a little margin between top header
	and main area

diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -18,7 +18,7 @@
 	line-height: 22px;
 	
 	margin-left: 0px;
-	margin-top: 60px;
+	margin-top: 0px;
 }
 #single_loop {
     float: right; /*fijal, Po co ci to?*/
@@ -32,6 +32,7 @@
 
 #filter {
     margin-left: 15px;
+    margin-top: 15px;
 }
 
 


More information about the pypy-commit mailing list