Skip to content

Commit

Permalink
Merge pull request #716 from kossnocorp/patch-1
Browse files Browse the repository at this point in the history
Fix retina support
  • Loading branch information
tj committed Apr 1, 2013
2 parents 4476f7d + 6eb7c2e commit 5f71024
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ body {
padding-top: 11px;
}

#mocha-stats canvas {
width: 40px;
height: 40px;
}

code .comment { color: #ddd }
code .init { color: #2F6FAD }
code .string { color: #5890AD }
Expand Down

0 comments on commit 5f71024

Please sign in to comment.