-
-
diff --git a/apps/routerconsole/jsp/xhr1.jsi b/apps/routerconsole/jsp/xhr1.jsi
index a171d0c852..c75ec3eace 100644
--- a/apps/routerconsole/jsp/xhr1.jsi
+++ b/apps/routerconsole/jsp/xhr1.jsi
@@ -17,6 +17,13 @@
+<%
+ if (!newshelper.shouldShowNews()) {
+%>
+
+<%
+ } // !shouldShowNews()
+%>
diff --git a/apps/routerconsole/jsp/xhr1.jsp b/apps/routerconsole/jsp/xhr1.jsp
index 95c27683b7..b48e824421 100644
--- a/apps/routerconsole/jsp/xhr1.jsp
+++ b/apps/routerconsole/jsp/xhr1.jsp
@@ -11,4 +11,11 @@
%>
" />
+
+" />
+<%
+ java.io.File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getRouterDir(), "docs/news.xml");
+%>
+
+
<%@include file="xhr1.jsi" %>
diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css
index acc5d6b9b5..2c32a68f34 100644
--- a/installer/resources/themes/console/dark/console.css
+++ b/installer/resources/themes/console/dark/console.css
@@ -170,6 +170,10 @@ div.routersummary h4 {
line-height: 100%;
}
+div.routersummary ul {
+ text-align: left !important;
+}
+
div.routersummary table {
border: 0;
text-align: center !important;
@@ -227,6 +231,11 @@ div routersummary hr:last-child {
margin-bottom: -5px !important;
}
+div.newsheadings {
+ text-align: right;
+ margin: 0 0 0 10px;
+}
+
div.tunnels {
padding-top: 3px !important;
margin-left: -4px;