Skip to content

Commit

Permalink
fixed typo in mocha.css introduced by 185c0d9 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Aug 1, 2016
1 parent 8741506 commit 7c0284b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ body {
color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
Expand Down

0 comments on commit 7c0284b

Please sign in to comment.