From 99ebcb5e17bb48714e9a7f0b5a7e77ee7d10b05b Mon Sep 17 00:00:00 2001
From: z3d <z3d@mail.i2p>
Date: Sat, 11 Dec 2010 06:12:56 +0000
Subject: [PATCH] Classic doublebyte glyph polish.

---
 .../themes/console/classic/console_big.css          | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/installer/resources/themes/console/classic/console_big.css b/installer/resources/themes/console/classic/console_big.css
index a5b221a9de..0bb0fc0f89 100644
--- a/installer/resources/themes/console/classic/console_big.css
+++ b/installer/resources/themes/console/classic/console_big.css
@@ -26,6 +26,11 @@ div.routersummary table a:link, div.routersummary table a:visited {
      font-size: 10.5pt;
 }
 
+div.routersummary a {
+     word-spacing: 0em !important;
+     letter-spacing: 0.2em !important;
+}
+
 div.tunnels a {
      font-size: 9pt !important;
 }
@@ -51,6 +56,14 @@ a, b, div.routersummary h3 a, div.routersummary h4 {
     font-size: 100%;
 }
 
+b, a, input, button, submit, i, th, thead, tfoot, h1, h2, h3, h4{
+     font-weight: normal !important;
+     font-style: normal !important;
+     -moz-text-shadow: 0 0 0;
+     -khtml-text-shadow: 0 0 0;
+     text-shadow: 0 0 0;
+}
+
 body {
      font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif;
 }
-- 
GitLab