Skip to content

Commit

Permalink
Add missing css file
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 19, 2017
1 parent 4b40d00 commit 3ec288d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _static/css/math.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* Hack to get the same permalink symbol as the RTD theme */
.eqno .headerlink {
display: none;
visibility: hidden;
font-size: 14px;
}
.eqno .headerlink:after {
visibility: visible;
content: "\f0c1";
font-family: FontAwesome;
display: inline-block;
margin-left: -.9em;
}
.eqno:hover .headerlink {
display: inline-block;
visibility: hidden !important;
}

0 comments on commit 3ec288d

Please sign in to comment.