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:
Mark Cheret 2021-04-15 23:56:39 +02:00 committed by GitHub
parent 6a32c828e1
commit cdbe2221eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
* *