michael@0: .test_ok { michael@0: color: green; michael@0: display: none; michael@0: } michael@0: .test_not_ok { michael@0: color: red; michael@0: display: block; michael@0: } michael@0: michael@0: .test_ok, .test_not_ok { 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: lime; michael@0: } michael@0: michael@0: .some_fail { michael@0: background-color: red; michael@0: } michael@0: michael@0: .tests_report { michael@0: border-width: 2px; michael@0: border-style: solid; michael@0: width: 20em; michael@0: }