From 2f9a4f0fa5f3680e5b83afa50c40ead0b0e8be51 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Fri, 21 Aug 2009 00:27:32 +0000
Subject: [PATCH] Slight margin adjustments for the light theme.

---
 apps/routerconsole/jsp/help.jsp                      | 2 +-
 installer/resources/themes/console/light/console.css | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index 48752b19e3..0ae11a95ae 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -176,4 +176,4 @@ client applications can be found on our <a href="http://www.i2p2.i2p/download">d
 
  <p>A more complete list of changes can be found
  in the history.txt file in your i2p directory.
- </p><br></div></body></html>
+ </p><hr></div></body></html>
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index 67c22bcc4f..e120d8ea3e 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -23,6 +23,7 @@ pre {
      text-align: left;
      font: 8pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
      color: #333;
+     margin: 10px;
 }
 
 div.logo {
-- 
GitLab