Layout tweaks to config.jsp & help.jsp & customary css updates.

This commit is contained in:
z3d
2009-07-15 03:27:29 +00:00
parent 68e81fa8c8
commit 32e829da74
4 changed files with 124 additions and 209 deletions

View File

@@ -60,7 +60,7 @@
out.print("Please enable sharing (participating in tunnels) by configuring more bandwidth. ");
out.print("It improves your anonymity by creating cover traffic, and helps the network.<br />");
} else {
out.print("You have configured I2P to share " + share + "KBps. ");
out.print("You have configured I2P to share<b> " + share + "KBps</b>. ");
out.print("The higher the share bandwidth the more you improve your anonymity and help the network.<br />");
}
%>