Skip to content
Open
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