* Mark error lines in red, and expand subtrees containing errors
automatically.
This commit is contained in:
parent
78c72bf10e
commit
800a6ff845
2 changed files with 14 additions and 2 deletions
|
|
@ -78,4 +78,9 @@ em.storeref:hover span.popup {
|
|||
.showTree, .hideTree {
|
||||
font-family: monospace;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: #ff0000;
|
||||
font-weight: bold;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue