We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed956a6 commit 78d0a8bCopy full SHA for 78d0a8b
docs/static/css/custom.css
@@ -149,20 +149,19 @@ div.math {
149
display: none;
150
visibility: hidden;
151
font-size: 14px;
152
- padding-left: .3em;
153
}
154
.eqno:hover .headerlink {
155
display: inline-block;
156
157
- margin-right: -1.05em;
158
159
.eqno .headerlink:after {
+ display: inline-block;
160
visibility: visible;
161
content: "\f0c1";
162
font-family: FontAwesome;
163
- display: inline-block;
164
- margin-left: -.9em;
+ margin-left: -.6em;
165
+
166
/* Make responsive */
167
.MathJax_Display {
168
max-width: 100%;
0 commit comments