automatic reload of tail log when build is running

This commit is contained in:
Rob Vermaas
2011-02-02 09:00:52 +00:00
parent 9aeaef80fc
commit 559ab9c97a
3 changed files with 16 additions and 4 deletions

View File

@ -141,9 +141,11 @@ pre {
}
pre.buildlog {
border: 1px solid black;
border: 3px solid darkblue;
padding: 0.3em;
white-space: pre-wrap;
background: black;
color: #ffffff;
}
div.buildlog {