logs.jsp: fix layout problem on IE, move version info to the top

This commit is contained in:
zzz
2009-04-23 20:00:33 +00:00
parent 833ebd0714
commit 452adfa860
2 changed files with 13 additions and 8 deletions

View File

@@ -16,6 +16,11 @@ img {
border: none;
}
pre {
width: 100%;
overflow-x: scroll;
}
div.logo {
float: left;
width: 200px;