Changeset View
Changeset View
Standalone View
Standalone View
specs/jasmine/jasmine.css
| body { | body { | ||||
| font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; | font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; | ||||
| } | } | ||||
| .jasmine_reporter a:visited, .jasmine_reporter a { | .jasmine_reporter a:visited, .jasmine_reporter a { | ||||
| color: #303; | color: #303; | ||||
| } | } | ||||
| .jasmine_reporter a:hover, .jasmine_reporter a:active { | .jasmine_reporter a:hover, .jasmine_reporter a:active { | ||||
| color: blue; | color: blue; | ||||
| } | } | ||||
| .run_spec { | .run_spec { | ||||
| float:right; | float:right; | ||||
| padding-right: 5px; | padding-right: 5px; | ||||
| font-size: .8em; | font-size: .8em; | ||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| Show All 34 Lines | |||||
| .suite { | .suite { | ||||
| border: 1px outset gray; | border: 1px outset gray; | ||||
| margin: 5px 0; | margin: 5px 0; | ||||
| padding-left: 1em; | padding-left: 1em; | ||||
| } | } | ||||
| .suite .suite { | .suite .suite { | ||||
| margin: 5px; | margin: 5px; | ||||
| } | } | ||||
| .suite.passed { | .suite.passed { | ||||
| background-color: #dfd; | background-color: #dfd; | ||||
| } | } | ||||
| .suite.failed { | .suite.failed { | ||||
| background-color: #fdd; | background-color: #fdd; | ||||
| ▲ Show 20 Lines • Show All 96 Lines • Show Last 20 Lines | |||||