Skip to content

Commit

Permalink
Fix Mathjax style issue (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Mar 29, 2019
1 parent 7a0b2bb commit e78af92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions source/css/_common/components/third-party/math.styl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
overflow-x: auto;
overflow-y: hidden;
}

li {
list-style-position: inside !important;
}
2 changes: 1 addition & 1 deletion source/css/_common/components/third-party/third-party.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@import "needsharebutton" if hexo-config('needmoreshare2.enable');
@import "related-posts" if hexo-config('related_posts.enable');
@import "copy-code" if hexo-config('codeblock.copy_button.enable');
@import "math" if hexo-config('math.enable');
@import "math" if hexo-config('math.enable') and hexo-config('math.engine') == 'mathjax';

0 comments on commit e78af92

Please sign in to comment.