michael@0: .test_ok { michael@0: color: #0d0; michael@0: display: none; michael@0: } michael@0: michael@0: .test_not_ok { michael@0: color: red; michael@0: display: block; michael@0: } michael@0: michael@0: .test_todo { michael@0: /* color: orange; */ michael@0: display: block; michael@0: } michael@0: michael@0: .test_ok, .test_not_ok, .test_todo { michael@0: border-bottom-width: 2px; michael@0: border-bottom-style: solid; michael@0: border-bottom-color: black; michael@0: } michael@0: michael@0: .all_pass { michael@0: background-color: #0d0; michael@0: } michael@0: michael@0: .some_fail { michael@0: background-color: red; michael@0: } michael@0: michael@0: .todo_only { michael@0: background-color: orange; michael@0: } michael@0: michael@0: .tests_report { michael@0: border-width: 2px; michael@0: border-style: solid; michael@0: width: 20em; michael@0: display: table; michael@0: }