diff --git a/apps/routerconsole/jsp/config.jsp b/apps/routerconsole/jsp/config.jsp
index 2982b25d5e5b43ad4ae186cb5cd670b07c7779c1..8386b66fbbe97a165103f9658a1aa0b8f8cbccad 100644
--- a/apps/routerconsole/jsp/config.jsp
+++ b/apps/routerconsole/jsp/config.jsp
@@ -179,7 +179,7 @@
  <li>Bugs in the device's UPnP implementation
  <li>Multiple firewall/routers in the internet connection path
  <li>UPnP device change, reset, or address change
- </ul>
+ </ul><br>
  Reviewing the <a href="peers.jsp#upnp">UPnP status</a> may help.
  UPnP may be enabled or disabled above, but a change requires a router restart to take effect.
  </p><p>Hostnames entered above will be published in the network database.
diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp
index da4f7996f4785a865a078f4ab83e6d662004ba49..e465757fff241b359a80f6b93edb3b8254314c4a 100644
--- a/apps/routerconsole/jsp/configservice.jsp
+++ b/apps/routerconsole/jsp/configservice.jsp
@@ -31,7 +31,7 @@
  <input type="submit" name="action" value="Shutdown gracefully" />
  <input type="submit" name="action" value="Shutdown immediately" />
  <input type="submit" name="action" value="Cancel graceful shutdown" />
- 
+ <hr>
  <% if (System.getProperty("wrapper.version") != null) { %>
  <p>If you want the router to restart itself after shutting down, you can choose one of 
  the following.  This is useful in some situations - for example, if you changed
@@ -43,7 +43,7 @@
  <input type="submit" name="action" value="Graceful restart" />
  <input type="submit" name="action" value="Hard restart" />
  <% } %>
- 
+ <hr>
  <% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>
  <h4>Systray integration</h4>
  <p>On the windows platform, there is a small application to sit in the system 
@@ -52,6 +52,7 @@
  If you are on windows, you can either enable or disable that icon here.</p>
  <input type="submit" name="action" value="Show systray icon" />
  <input type="submit" name="action" value="Hide systray icon" />
+ <hr>
  <h4>Run on startup</h4>
  <p>You can control whether I2P is run on startup or not by selecting one of the 
  following options - I2P will install (or remove) a service accordingly.  You can
@@ -61,7 +62,7 @@
  <input type="submit" name="action" value="Don't run I2P on startup" /><br />
  <p><b>Note:</b> If you are running I2P as service right now, removing it will shut 
  down your router immediately.  You may want to consider shutting down gracefully, as
- above, then running uninstall_i2p_service_winnt.bat.</p>
+ above, then running uninstall_i2p_service_winnt.bat.</p><hr>
  <% } %>
 
  <% if (System.getProperty("wrapper.version") != null) { %>
@@ -70,7 +71,7 @@
  please select the following option and review the thread dumped to 
  <a href="logs.jsp#servicelogs">wrapper.log</a>.</p>
  <input type="submit" name="action" value="Dump threads" />
- <% } %>
+ <% } %><hr>
  
  <h4>Launch browser on router startup?</h4>
  <p>I2P's main configuration interface is this web console, so for your convenience
@@ -79,7 +80,7 @@
  the router starts up.</p>
  <input type="submit" name="action" value="View console on startup" />
  <input type="submit" name="action" value="Do not view console on startup" />
- </form>
+ </form><hr>
 </div>
 
 </body>
diff --git a/apps/routerconsole/jsp/index.jsp b/apps/routerconsole/jsp/index.jsp
index 7ff7bec32087c5c7a1900bbf5a80f964a912004f..8957d37e1747ea2d99d09b1fea3eed846ede0eec 100644
--- a/apps/routerconsole/jsp/index.jsp
+++ b/apps/routerconsole/jsp/index.jsp
@@ -27,7 +27,7 @@ if (System.getProperty("router.consoleNonce") == null) {
 
  <jsp:useBean class="net.i2p.router.web.ConfigUpdateHelper" id="updatehelper" scope="request" />
  <jsp:setProperty name="updatehelper" property="contextId" value="<%=(String)session.getAttribute("i2p.contextId")%>" />
- <br /><i><font size="-1"><jsp:getProperty name="updatehelper" property="newsStatus" /></font></i><br />
+ <hr /><i><jsp:getProperty name="updatehelper" property="newsStatus" /></i><br />
 </div>
 
 <div class="main" id="main">