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

Reply via email to