forked from I2P_Developers/i2p.i2p
I2PSnark: Kludge to fix extraneous space under message log on config page.
This commit is contained in:
@ -217,7 +217,7 @@ public class I2PSnarkServlet extends Default {
|
||||
out.write("</pre></td></tr></table></div>");
|
||||
|
||||
if (isConfigure) {
|
||||
out.write("</div>\n");
|
||||
out.write("<div class=\"logshim\"></div></div>\n");
|
||||
writeConfigForm(out, req);
|
||||
} else {
|
||||
writeTorrents(out, req);
|
||||
|
@ -67,6 +67,10 @@ body {
|
||||
background: #111 url('/themes/console/snark/images/hat.png') no-repeat scroll right center;
|
||||
}
|
||||
|
||||
.logshim {
|
||||
margin-top: -10px !important;
|
||||
}
|
||||
|
||||
pre {
|
||||
width: 100%;
|
||||
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
|
||||
|
Reference in New Issue
Block a user