From f1103bec7bc7f975394644117e1aac14f41d85e9 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Wed, 29 Jul 2009 09:07:00 +0000 Subject: [PATCH] I2PTunnels theme css tweaks. --- installer/resources/themes/console/dark/default.css | 4 ++++ installer/resources/themes/console/light/default.css | 8 ++++---- router/java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/installer/resources/themes/console/dark/default.css b/installer/resources/themes/console/dark/default.css index 7abc47d3ae..f28e869b1d 100644 --- a/installer/resources/themes/console/dark/default.css +++ b/installer/resources/themes/console/dark/default.css @@ -250,18 +250,22 @@ hr { a:link{ color: #99f; + text-decoration: none; } a:visited{ color: #7bb; + text-decoration: none; } a:hover{ color: #ff6600; + text-decoration: underline; } a:active{ color: #900; + text-decoration: underline; } input { diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css index 0acd0f1f56..c133f15988 100644 --- a/installer/resources/themes/console/light/default.css +++ b/installer/resources/themes/console/light/default.css @@ -38,7 +38,7 @@ label { } h4 { - font-size: 11pt; + font-size: 14px; font-weight: bold !important; color: #001; text-align: center; @@ -139,13 +139,13 @@ hr { .freetext { width: 150px; height: 24px; - border: 1px solid #eef; + border: 1px solid #44d; padding: 2px; margin: 4px 0 2px 0px; font: 10pt "Lucida Console", "DejaVu Sans Mono", Courier, mono; font-weight: bold; - background: #001; - color: #fff; + background: #ddf; + color: #001; -moz-border-radius: 0 4px 4px 0; -khtml-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a8f5f8e9f4..4841cfe2e3 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 31; + public final static long BUILD = 32; /** for example "-test" */ public final static String EXTRA = "-rc"; public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA; -- GitLab