I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 5d959079 authored by z3d's avatar z3d
Browse files

Near invisible to the naked eye tweak to dark theme; modest aesthetic tweak to...

Near invisible to the naked eye tweak to dark theme; modest aesthetic tweak to debug.jsp, with apologies to zzz. :)
parent 2f940d01
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
net.i2p.data.Hash h = dest.calculateHash(); net.i2p.data.Hash h = dest.calculateHash();
net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h); net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h);
if (skm != null) { 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); skm.renderStatusHTML(out);
} }
} }
......
...@@ -407,6 +407,7 @@ table { ...@@ -407,6 +407,7 @@ table {
cell-padding: 1px; cell-padding: 1px;
font-size: 7pt; font-size: 7pt;
background: #003; background: #003;
margin: 1px 0;
} }
table hr { table hr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment