Warning, /doc/_static/css/custom.css is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 839099c5 on 2018-02-05 20:04:10 UTC
839099c551 Oliv*0001 /* Make equation numbers float to the right */
0002 span.eqno {
0003 float: right;
0004 margin-left: 0.5em;
0005 }
0006 /* Hide the link and move into margin */
0007 span.eqno a.headerlink {
0008 visibility: hidden;
0009 display: inline-block;
0010 width: 0px;
0011 }
0012 /* Show if the equation is hovered */
0013 div.math:hover a.headerlink {
0014 visibility: visible;
0015 }