From 59a5776f9d548f1aa7a70909d80ed54e471a5c16 Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Mon, 3 Aug 2009 15:28:49 +0000
Subject: [PATCH] More Classic theme tweaks.

---
 .../themes/console/classic/console.css        | 26 ++++++++++++++-----
 .../themes/console/classic/ieshim.css         |  5 ++++
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 93dd06014c..300abdecf7 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -118,22 +118,34 @@ div.news {
      min-width: 600px;
 }
 
+/* convert the list entry to our title */
+
 div.news li {
      text-align: justify;
      list-style: none;
-     margin: -10px 20px -20px -20px;
-     padding: 8px 0;
-     border: 1px solid #330;
-     border-left: 5px solid #330;
-     padding: 3px 5px 3px 5px;
-     background: #fe7;
+     margin: -15px 20px -20px -20px;
+     padding: 0px 0 15px 0;
+     border-bottom: 2px solid #cc7;
+     border-top: 2px solid #cc7;     
+     padding: 3px 5px 5px 5px;
      font-size: 12pt;
+     color: #661;
 }
 
+div.news p {
+     color: #330;
+}
 div.news a:link {
-
+     color: #883;
 }
 
+div.news hr {
+     color: #cc7;
+     background: #cc7;
+     height: 2px;
+     border: 0px solid #cc7;
+     margin: 5px 0;
+}
 div.confignav {
      padding: 12px 0 15px 0;
      background: #cfc;
diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css
index 0e6eddd49c..9c9b72b3b8 100644
--- a/installer/resources/themes/console/classic/ieshim.css
+++ b/installer/resources/themes/console/classic/ieshim.css
@@ -105,3 +105,8 @@ div.routersummary, div.routersummary hr {
 text {
      padding-left: 5px;
 }
+
+div.news li {
+     margin-top: 0 !important;
+     margin-bottom: -23px !important;
+}
\ No newline at end of file
-- 
GitLab