Skip to content

Commit

Permalink
HTML Docs: Fix Eq. Numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 23, 2018
1 parent 4fe1cfd commit ac6e7dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/source/_static/hide_chapter_titles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,19 @@ div#misc.section > div > div.breathe-sectiondef
display: none;
}

/* fix for position of equation numbers
* https://github.com/rtfd/sphinx_rtd_theme/issues/301
*/
.eqno {
margin-left: 5px;
float: right;
}
.math .headerlink {
display: none;
visibility: hidden;
}
.math:hover .headerlink {
display: inline-block;
visibility: visible;
margin-right: -0.7em;
}

0 comments on commit ac6e7dd

Please sign in to comment.