Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #317 equation lables #383

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
14 changes: 14 additions & 0 deletions sass/_theme_mathjax.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ span[id*='MathJax-Span']

.math
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you are at it, you might as well change this to

.math p

See #686 for details.

text-align: center

span.eqno
margin-left: 5px
float: right

.headerlink
display: none
visibility: hidden
&:after
visibility: visible
display: inline-block
&:hover .headerlink
display: inline-block
visibility: visible