* Log evaluation errors etc. in the DB.

This commit is contained in:
Eelco Dolstra
2008-11-25 13:27:57 +00:00
parent 6efe0c37f3
commit a8f748e547
21 changed files with 122 additions and 72 deletions

View File

@ -44,6 +44,7 @@ td {
}
th {
vertical-align: top;
background: #ffffc0;
}
@ -169,6 +170,12 @@ div.buildlog {
padding: 0.3em;
}
.multiLineMsg {
padding: 0em;
margin: 0em;
white-space: pre-wrap;
}
ul.productList {
list-style: none;
padding-left: 1em;

View File

@ -86,4 +86,4 @@ em.storeref:hover span.popup {
code {
white-space: pre-wrap;
}
}