I2PSnark: Tweaks 'n fiddles.

This commit is contained in:
z3d
2010-09-18 08:55:52 +00:00
parent 4865373b4f
commit d4f3304397
2 changed files with 4 additions and 4 deletions

View File

@ -934,9 +934,9 @@ public class I2PSnarkServlet extends Default {
out.write(_("Add torrent")); out.write(_("Add torrent"));
out.write("\" name=\"foo\" ><br>\n"); out.write("\" name=\"foo\" ><br>\n");
out.write("<tr><td>&nbsp;<td><span class=\"snarkAddInfo\">"); out.write("<tr><td>&nbsp;<td><span class=\"snarkAddInfo\">");
out.write(_("Alternately, you can copy .torrent files to the directory <code>{0}", _manager.getDataDir().getAbsolutePath())); out.write(_("You can also copy .torrent files to: <code>{0}", _manager.getDataDir().getAbsolutePath()));
out.write("</code>.\n"); out.write("</code>.\n");
out.write(_("Removing a .torrent file will cause the torrent to stop.")); out.write(_("Removing a .torrent will cause it to stop."));
out.write("<br></span></table>\n"); out.write("<br></span></table>\n");
out.write("</form>\n</span></div>"); out.write("</form>\n</span></div>");
} }

View File

@ -236,7 +236,7 @@ td:first-child {
.page { .page {
background: #323; background: #323;
color: #310; color: #310;
min-width: 800px !important; min-width: 820px !important;
margin: 5px 0 0 0; margin: 5px 0 0 0;
padding: 10px 10px 0px 10px; padding: 10px 10px 0px 10px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -484,5 +484,5 @@ code {
font-weight: bold; font-weight: bold;
font-size: 11pt; font-size: 11pt;
color: #001; color: #001;
min-width: 800px; min-width: 820px;
} }