Skip to content

Commit

Permalink
Fix issue with math not displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Aug 11, 2013
1 parent 3e65c5a commit 6ffe834
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions external/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, fig
font-size: 100%;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
white-space: normal;
vertical-align: baseline;
text-align: left;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 6ffe834

Please sign in to comment.