Add CSS for table.toc Fix #925 (#1418)

This commit is contained in:
Dawa Ometto
2019-09-11 14:42:47 +02:00
committed by GitHub
parent 2216d67d5a
commit 0fda253457
@@ -79,6 +79,15 @@ a {
overflow: hidden;
word-wrap: break-word;
/* MediaWiki's TOC table -- this does not pertain to gollum's own TOC functionality */
table.toc {
width: auto;
display: inline-table;
.anchor {
display: none;
}
}
.anchor {
display: inline-block;
position: absolute;