fix: replicate 2.7.1 CSS fix from SVN repo
This was originally posted to the SVN repo., and has been replicated here because `git svn` is a write-off at this point. Close #81 #99
This commit is contained in:
parent
6a32c828e1
commit
cdbe2221eb
1 changed files with 2 additions and 5 deletions
|
@ -276,14 +276,11 @@ Classes:
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapsed {
|
.footnotes_reference_container .collapsed,
|
||||||
|
.footnote_reference_container_collapse_button.collapsed {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.unfolded {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reference container label.
|
* Reference container label.
|
||||||
*
|
*
|
||||||
|
|
Reference in a new issue