diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp index 8386b66fb..dcccb657a 100644 --- a/apps/routerconsole/jsp/config.jsp +++ b/apps/routerconsole/jsp/config.jsp @@ -26,12 +26,12 @@ System.setProperty("net.i2p.router.web.ConfigNetHandler.nonce", new java.util.Random().nextLong()+""); %> " /> - -

Bandwidth limiter

I2P will work best if you configure your rates to match the speed of your internet connection. -

+

+
+

" /> KBps In ()
@@ -153,8 +153,7 @@

Note: Changing these settings will restart your router.


-
- Configuration Help: +

Configuration Help:

While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port (generally 8887) is forwarded for both UDP and TCP. @@ -189,8 +188,7 @@ hostname, or do not properly configure your NAT or firewall, your network performance will degrade substantially. When in doubt, leave the settings at the defaults.

-
- Reachability Help: +

Reachability Help:

While I2P will work fine behind most firewalls, your speeds and network integration will generally improve if the I2P port (generally 8887) to both UDP and TCP. diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index d50a3cfcb..11ebd4529 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -322,7 +322,8 @@ h1 { font-style: normal; letter-spacing: 0.15em; text-transform: uppercase; - text-shadow: 0px 0px 1px rgba(0, 0, 176, 0.9); + text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9); + -moz-box-shadow: inset 0px 0px 16px 1px #eef; white-space: normal; background-color: #ddddff; border: 1px solid #002; @@ -360,7 +361,8 @@ h2 a:hover { h3 { border: 1px solid #002; - padding: 3px 4px 3px 4px ; + border-left: 5px solid #002; + padding: 3px 5px 3px 5px ; margin: 20px 0 15px 0; border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0;