From 35feab3dad6c71f2ef740d5d87138cb76f8b14fe Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Mon, 13 Dec 2010 19:15:47 +0000
Subject: [PATCH] Classic tweaks.

---
 .../resources/themes/console/classic/console.css      | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index 0d24d9c4f5..53b8457f1a 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -307,6 +307,7 @@ div.main {
      -moz-border-radius: 0 0 3px 0;
      -khtml-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0;
+     background: #eef url("/themes/snark/ubergine/images/hat.png") no-repeat scroll right bottom !important;
 }
 
 div.main ul {
@@ -324,6 +325,13 @@ div.main li:first-child {
      padding-top: 15px;
 }
 
+div.main li b {
+     color: #415!important;
+     letter-spacing: 0.01em;
+     font-size: 9.5pt;
+     line-height: 170%;
+}
+
 div.main hr:last-child {
      margin: 15px 0 10px 0;
 }
@@ -883,8 +891,9 @@ div.graphspanel h3 {
 
 div.footnote {
      text-align: right;
-     color: #99f;
+     color: #339;
      font-size: 7pt;
+     margin-bottom: -4px !Important;
 }
 
 div.footnote hr{
-- 
GitLab