Skip to content

Commit

Permalink
Update mocha.css
Browse files Browse the repository at this point in the history
Line 190-191: just a misplaced comma
  • Loading branch information
mdjdenormandie committed Feb 8, 2016
1 parent 1a38723 commit 600a93d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ body {
display: none;
}

#mocha-report.pending .test.pass
#mocha-report.pending .test.fail, {
#mocha-report.pending .test.pass,
#mocha-report.pending .test.fail {
display: none;
}
#mocha-report.pending .test.pass.pending {
Expand Down Expand Up @@ -256,4 +256,4 @@ body {
#mocha #stats {
position: absolute;
}
}
}

0 comments on commit 600a93d

Please sign in to comment.