* Log evaluation errors etc. in the DB.
This commit is contained in:
@ -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;
|
||||
|
@ -86,4 +86,4 @@ em.storeref:hover span.popup {
|
||||
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user