Author: Konstantin Lopuhin <[email protected]>
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;
 }
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to