diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html index 89ffde5468e7309134e1f4691b6b399e95fc8eaf..f4da51a165a33ddde10a13414250864826500fc8 100644 --- a/installer/resources/readme/readme.html +++ b/installer/resources/readme/readme.html @@ -34,12 +34,12 @@ anonymous connections to <a href="http://www.i2p2.de/" target="_blank">www.i2p2.de</a>.</li> <li class="tidylist"><b>Eepsite Search Engine</b><br><a href="http://eepsites.i2p/" target="_blank">eepsites.i2p</a>: an anonymously hosted search engine of eepsites.</li> - <li class="tidylist"><b>I2P Commnity Wiki</b><br><a href="http://ugha.i2p/" target="_blank">ugha.i2p</a>: ugha's eepsite, + <li class="tidylist"><b>I2P Community-run Wiki</b><br><a href="http://ugha.i2p/" target="_blank">ugha.i2p</a>: ugha's eepsite, a wiki that anyone can edit, and lots of links.</li> <li class="tidylist"><b>I2P to Freenet Proxy</b><br><a href="http://fproxy.tino.i2p" target="_blank">fproxy.tino.i2p</a>: Peer into the filesharing world of the <a href="http://freenetproject.org/" target="_blank">Freenet</a> darknet with Tino's I2P to Freenet proxy.</li> <li class="tidylist"><b>Echelon's I2P Resources</b><br><a href="http://echelon.i2p" target="_blank">echelon.i2p</a>: Software - archive (I2PFox, iMule, I2P-Messenger etc), information about I2P including a beginner's guide pre-release developer builds…</li> + archive (I2PFox, iMule, I2P-Messenger etc), information about I2P including a beginner's guide & pre-release developer builds.</li> <li class="tidylist"><b>I2P Pastebin</b><br><a href="http://paste.i2p2.i2p" target="_blank">paste.i2p2.i2p</a>: secure and anonymous paste service allowing anonymous text-based documentation and code sharing over I2P.</li> <li class="tidylist">There are many more eepsites - just follow the links from the ones you see, @@ -50,7 +50,7 @@ <h2>Anonymous Encrypted Webserving</h2> <ul class="links"> -<li class="tidylist"><b>Ready to roll!</b><br>I2P comes built-in with a ready-to-go webserver for hosting your own anonymous website (eepsite) on the I2P darknet: a <a href="http://jetty.mortbay.org/" target="_blank">Jetty</a> instance listening on <a href="http://127.0.0.1:7658/" target="_blank">http://127.0.0.1:7658/</a>. To host your own content +<li class="tidylist"><b>Ready to roll!</b><br>I2P comes built-in with a ready-to-go webserver for hosting your own anonymous website (eepsite) on the I2P <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Darknet_%28file_sharing%29" target="_blank">darknet</a>: a <a href="http://jetty.mortbay.org/" target="_blank">Jetty</a> instance listening on <a href="http://127.0.0.1:7658/" target="_blank">http://127.0.0.1:7658/</a>. To host your own content simply place your files in the <code>eepsite/docroot/</code> directory (or place any standard JSP/Servlet <code>.war</code> files under <code>eepsite/webapps</code>, or standard CGI script under <code>eepsite/cgi-bin</code>) and they'll show diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 547004622bdeefece56e31f643b347777e0f744d..a4c7fefbd27b057f9f66d6d83aba32ec5fd38b02 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -657,7 +657,7 @@ h2 { background: #000 url(images/camotile2.png); background-image: -moz-linear-gradient(top, bottom, from(#000), to(#030), color-stop(30%, #000), color-stop(100%, #000)); background: #000 url('images/header.png') center center ; - padding: 5px 10px 8px 10px; + padding: 10px; wordwrap: none; border: 1px solid #494; border-radius: 4px; @@ -747,7 +747,7 @@ button:active { } .langbox { - margin: 17px 2px 2px 5px; + margin: 21px 2px 2px 5px; padding: 7px 10px 5px 10px; color: #EE9; font-size: 7pt;