Revision: b10f56b6c42a
Author: Pekka Klärck
Date: Thu Feb 16 15:20:34 2012
Log: Log and report: Bold failures, errors, and warnings.
Update issue 1057
Labels: Target-2.7
I made all text with fail, error or warn class bold in both log and report
to make failures stand out everywhere. Could you Jussi check is that
enough? You can find log online at
http://robotframework.googlecode.com/hg/src/robot/webcontent/log.html
http://code.google.com/p/robotframework/source/detail?r=b10f56b6c42a
Modified:
/src/robot/webcontent/common.css
=======================================
--- /src/robot/webcontent/common.css Wed Feb 15 02:48:45 2012
+++ /src/robot/webcontent/common.css Thu Feb 16 15:20:34 2012
@@ -40,12 +40,14 @@
/* Status text colors */
.error, .fail {
color: red;
+ font-weight: bold;
}
.pass {
color: #009900;
}
.warn {
color: #FFCC00;
+ font-weight: bold;
}
.not_run {
color: #663300;