forgot to commit a file

This commit is contained in:
Rob Vermaas
2011-02-02 09:07:17 +00:00
parent 559ab9c97a
commit a561c09f2c
2 changed files with 27 additions and 0 deletions

View File

@ -141,6 +141,12 @@ pre {
}
pre.buildlog {
border: 1px solid black;
padding: 0.3em;
white-space: pre-wrap;
}
pre.taillog {
border: 3px solid darkblue;
padding: 0.3em;
white-space: pre-wrap;