diff --git a/apps/routerconsole/jsp/help.jsp b/apps/routerconsole/jsp/help.jsp
index 5e168bccc38b277c86ce3b9fe77e906a1ab235a5..35e4dd05b9e1b196ced584bf3d75b117052b20d5 100644
--- a/apps/routerconsole/jsp/help.jsp
+++ b/apps/routerconsole/jsp/help.jsp
@@ -19,7 +19,7 @@ help with other aspects of the project, please see the documentation for
 <ul class="links">
 <li class="tidylist"><a href="http://www.i2p2.i2p/faq.html">FAQ on www.i2p2.i2p</a>
 <li class="tidylist"><a href="http://www.i2p2.i2p/faq_de.html">Deutsch FAQ</a>.</ul>
-</p><p>You may also try the <a href="http://forum.i2p/">I2P forum</a>
+<br>You may also try the <a href="http://forum.i2p/">I2P forum</a>
 or IRC.</p>
 
 <h2>Summary Bar Information</h2><p>
diff --git a/installer/resources/clients.config b/installer/resources/clients.config
index 3f8add8e5fa71afdab6bab433e65023c6ac4d85d..0c7039a8b02dff3e1f72bde8aac20abc27f520ab 100644
--- a/installer/resources/clients.config
+++ b/installer/resources/clients.config
@@ -8,32 +8,32 @@
 # fire up the web console
 clientApp.0.args=7657 ::1,127.0.0.1 ./webapps/
 clientApp.0.main=net.i2p.router.web.RouterConsoleRunner
-clientApp.0.name=Web console
+clientApp.0.name=I2P Router Console
 clientApp.0.onBoot=true
 clientApp.0.startOnLoad=true
 
 # SAM bridge
 clientApp.1.main=net.i2p.sam.SAMBridge
-clientApp.1.name=SAM application bridge
+clientApp.1.name=SAM Application Bridge
 clientApp.1.args=sam.keys 127.0.0.1 7656 i2cp.tcp.host=127.0.0.1 i2cp.tcp.port=7654
 clientApp.1.startOnLoad=false
 
 # poke the i2ptunnels defined in i2ptunnel.config
 clientApp.2.main=net.i2p.i2ptunnel.TunnelControllerGroup
-clientApp.2.name=Application tunnels
+clientApp.2.name=Application Tunnels
 clientApp.2.args=i2ptunnel.config
 clientApp.2.startOnLoad=true
 
 # run our own eepsite with a seperate jetty instance
 clientApp.3.main=org.mortbay.jetty.Server
-clientApp.3.name=My eepsite web server
+clientApp.3.name=Local Anonymous I2P Webserver
 clientApp.3.args="eepsite/jetty.xml"
 clientApp.3.delay=30
 clientApp.3.startOnLoad=true
 
 # load a browser pointing at the web console whenever we start up
 clientApp.4.main=net.i2p.apps.systray.UrlLauncher
-clientApp.4.name=Browser launch at startup
+clientApp.4.name=Launch web browser and load I2P Router Console at startup
 clientApp.4.args=http://127.0.0.1:7657/index.jsp
 clientApp.4.delay=15
 clientApp.4.startOnLoad=true
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index c03bc5f339d3d022c894da02a98e9ccac9967160..80b1cbc14fc838981675f3a730cd5b1c69d44092 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -265,7 +265,7 @@ div.routersummary form {
 }
 
 div.routersummary form:last-child {
-     padding-top: 2px !important;
+     padding-top: 3px !important;
      margin-bottom: -10px !important;     
 }