diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-08-01T13·23+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-08-01T13·23+0000 |
commit | 800a6ff845ff951ff54a43fd4098b2e505f6eb02 (patch) | |
tree | d49f1fc29bb6927abf657cbcdaf248adde7b3890 /src/log2xml/logfile.css | |
parent | 78c72bf10eee4db5f2eb3f7caba8f46e5be51a0e (diff) |
* Mark error lines in red, and expand subtrees containing errors
automatically.
Diffstat (limited to 'src/log2xml/logfile.css')
-rw-r--r-- | src/log2xml/logfile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/log2xml/logfile.css b/src/log2xml/logfile.css index 1bdbe3c97bea..ed390d64a9ef 100644 --- a/src/log2xml/logfile.css +++ b/src/log2xml/logfile.css @@ -78,4 +78,9 @@ em.storeref:hover span.popup { .showTree, .hideTree { font-family: monospace; font-size: larger; +} + +.error { + color: #ff0000; + font-weight: bold; } \ No newline at end of file |