Commit 1eecd9bd authored by Emmanuel Bertin's avatar Emmanuel Bertin
Browse files

Doc: Hid permalinks to table captions.

parent 3bb5dee5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -83,3 +83,12 @@ span[id*="MathJax-Span"] {
	font-size: 116%;
}

/* Hide permalinks on captions */
caption a.headerlink {
	visibility: hidden;
}

caption:hover a.headerlink {
	visibility: visible;
}