Changeset 1148 for status/templates/tests.tt
- Timestamp:
- 01/30/08 16:20:52 (12 months ago)
- Files:
-
- 1 modified
-
status/templates/tests.tt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
status/templates/tests.tt
r1147 r1148 2 2 <head> 3 3 <title>Test Results</title> 4 <style type="text/css"> 5 .fail_serious { 6 background: #c00; 7 } 8 9 .fail_minor { 10 background: #f33; 11 } 12 13 .pass { 14 background: #3c3; 15 } 4 16 </head> 5 17 <body>
