* Mark error lines in red, and expand subtrees containing errors

automatically.
This commit is contained in:
Eelco Dolstra 2005-08-01 13:23:43 +00:00
parent 78c72bf10e
commit 800a6ff845
2 changed files with 14 additions and 2 deletions

View file

@ -78,4 +78,9 @@ em.storeref:hover span.popup {
.showTree, .hideTree {
font-family: monospace;
font-size: larger;
}
.error {
color: #ff0000;
font-weight: bold;
}