From 0fb6e9cf6cab54688aadf486bb6768b5e5fc99be Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Tue, 10 Nov 2009 14:16:54 +0000
Subject: [PATCH] Minor tweaks to console_big.css in classic & midnight
 following feedback from "walking".

---
 .../resources/themes/console/classic/console_big.css  |  4 ++--
 .../resources/themes/console/midnight/console_big.css | 11 ++++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/installer/resources/themes/console/classic/console_big.css b/installer/resources/themes/console/classic/console_big.css
index 7e2ebf950b..e1f56c69e6 100644
--- a/installer/resources/themes/console/classic/console_big.css
+++ b/installer/resources/themes/console/classic/console_big.css
@@ -1,5 +1,5 @@
 /* I2P Theme: I2P Classic Theme Override */
-/* I2P Description: Larger fontsize override for console to accomodate foreign charactersets */
+/* Description: Larger fontsize override for console to accomodate foreign charactersets */
 /* Author: Dr|Z3d */
 
 
@@ -29,7 +29,7 @@ div.routersummary table a:link, div.routersummary table a:visited {
 }
 
 div.tunnels a {
-     font-size: 8pt !important;
+     font-size: 9pt !important;
 }
 
 div.tunnels table {
diff --git a/installer/resources/themes/console/midnight/console_big.css b/installer/resources/themes/console/midnight/console_big.css
index 34a3f5180e..00e07f10fb 100644
--- a/installer/resources/themes/console/midnight/console_big.css
+++ b/installer/resources/themes/console/midnight/console_big.css
@@ -29,7 +29,12 @@ div.routersummary table a:link, div.routersummary table a:visited {
 }
 
 div.tunnels a{
-     font-size: 8pt !important;
+     font-size: 9pt !important;
+}
+
+div.tunnels table{
+     margin: -2px -0px -4px 2px !important;
+     width: 185px;
 }
 
 /* global overrides */
@@ -54,8 +59,4 @@ div.joblog li i {
 b, div.joblog b {
     color: #ee8;
     font-size: 110%;
-}
-
-table code {
-     font-size: 120%;
 }
\ No newline at end of file
-- 
GitLab