I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 52818629 authored by z3d's avatar z3d
Browse files

I2PSnark: Kludge to fix extraneous space under message log on config page.

parent 0fe23137
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ public class I2PSnarkServlet extends Default { ...@@ -217,7 +217,7 @@ public class I2PSnarkServlet extends Default {
out.write("</pre></td></tr></table></div>"); out.write("</pre></td></tr></table></div>");
if (isConfigure) { if (isConfigure) {
out.write("</div>\n"); out.write("<div class=\"logshim\"></div></div>\n");
writeConfigForm(out, req); writeConfigForm(out, req);
} else { } else {
writeTorrents(out, req); writeTorrents(out, req);
......
...@@ -67,6 +67,10 @@ body { ...@@ -67,6 +67,10 @@ body {
background: #111 url('/themes/console/snark/images/hat.png') no-repeat scroll right center; background: #111 url('/themes/console/snark/images/hat.png') no-repeat scroll right center;
} }
.logshim {
margin-top: -10px !important;
}
pre { pre {
width: 100%; width: 100%;
font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important; font: 8pt "Lucida Console","DejaVu Sans Mono",Courier,mono !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment