[pypy-commit] jitviewer css_tweaks: tweak fixed header padding a bit

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


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

Log:	tweak fixed header padding a bit

diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -235,6 +235,11 @@
 .menu {
     background: #cccccc;
     text-color: red;
+    padding-left: 5px;
+}
+header>a,
+header>div {
+    padding-left: 5px;
 }
 
 h1 {


More information about the pypy-commit mailing list