Skip to content

Commit ac6e7dd

Browse files
committed
1 parent 4fe1cfd commit ac6e7dd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/source/_static/hide_chapter_titles.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,19 @@ div#misc.section > div > div.breathe-sectiondef
2323
display: none;
2424
}
2525

26+
/* fix for position of equation numbers
27+
* https://github.com/rtfd/sphinx_rtd_theme/issues/301
28+
*/
29+
.eqno {
30+
margin-left: 5px;
31+
float: right;
32+
}
33+
.math .headerlink {
34+
display: none;
35+
visibility: hidden;
36+
}
37+
.math:hover .headerlink {
38+
display: inline-block;
39+
visibility: visible;
40+
margin-right: -0.7em;
41+
}

0 commit comments

Comments
 (0)