From 5d95907996be892380dd79302591ce213eda3f7a Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Mon, 5 Oct 2009 19:42:36 +0000 Subject: [PATCH] Near invisible to the naked eye tweak to dark theme; modest aesthetic tweak to debug.jsp, with apologies to zzz. :) --- apps/routerconsole/jsp/debug.jsp | 2 +- installer/resources/themes/console/dark/console.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/routerconsole/jsp/debug.jsp b/apps/routerconsole/jsp/debug.jsp index b05f46a21f..ed68d66fb0 100644 --- a/apps/routerconsole/jsp/debug.jsp +++ b/apps/routerconsole/jsp/debug.jsp @@ -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); } } diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 57aeb325da..cf809d3361 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -407,6 +407,7 @@ table { cell-padding: 1px; font-size: 7pt; background: #003; + margin: 1px 0; } table hr { -- GitLab