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

This commit is contained in:
z3d
2010-09-20 21:07:27 +00:00
parent 0fe2313754
commit 5281862932
2 changed files with 5 additions and 1 deletions

View File

@@ -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;