Revision: caeff30dc40c
Author: Janne Härkönen <[email protected]>
Date: Wed Jun 15 03:44:59 2011
Log: these styles are now set dynamically
http://code.google.com/p/robotframework/source/detail?r=caeff30dc40c
Modified:
/src/robot/webcontent/report.css
=======================================
--- /src/robot/webcontent/report.css Tue Jun 14 23:23:59 2011
+++ /src/robot/webcontent/report.css Wed Jun 15 03:44:59 2011
@@ -1,15 +1,3 @@
-.critical_pass {
- background: #99FF66; /* BACKGROUND: critical pass */
-}
-
-.critical_fail {
- background: #FF3333; /* BACKGROUND: critical fail */
-}
-
-.non_critical_fail {
- background: #FF3333; /* BACKGROUND: non critical fail */
-}
-
/* Generic Table Styles */
table {
background: white;