Near invisible to the naked eye tweak to dark theme; modest aesthetic tweak to debug.jsp, with apologies to zzz. :)

This commit is contained in:
z3d
2009-10-05 19:42:36 +00:00
parent 2f940d01b6
commit 5d95907996
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
net.i2p.data.Hash h = dest.calculateHash();
net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h);
if (skm != null) {
out.print("<h1>" + h.toBase64().substring(0,6) + " SKM</h1>");
out.print("<h2>" + h.toBase64().substring(0,6) + " SKM</h2>");
skm.renderStatusHTML(out);
}
}

View File

@ -407,6 +407,7 @@ table {
cell-padding: 1px;
font-size: 7pt;
background: #003;
margin: 1px 0;
}
table hr {