for bugfix release 2.0.2 with templates/public/reference-container.html
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2408479 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
82cc73440e
commit
25a355d446
2 changed files with 5 additions and 4 deletions
|
@ -34,10 +34,11 @@
|
|||
cursor: pointer;
|
||||
z-index: 1;
|
||||
}
|
||||
.footnote_plugin_tooltip_text a {
|
||||
.footnote_plugin_tooltip_text {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
.footnote_plugin_tooltip_text a:hover {
|
||||
.footnote_plugin_tooltip_text:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -138,7 +139,7 @@ span.footnote_tooltip {
|
|||
.footnote_tooltip {
|
||||
display: none;
|
||||
}
|
||||
.footnote_plugin_tooltip_text a {
|
||||
.footnote_plugin_tooltip_text {
|
||||
color: inherit;
|
||||
}
|
||||
.footnote_plugin_index a {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="footnote_container_prepare">
|
||||
<p><span onclick="footnote_expand_reference_container();" style="cursor:auto;">[[label]]</span></p>
|
||||
<p><span onclick="footnote_expand_reference_container();">[[label]]</span><span style="[[button-style]]"> [ <a id="footnote_reference_container_collapse_button" style="cursor:pointer;" onclick="footnote_expand_collapse_reference_container();">+</a> ]</span></p>
|
||||
</div>
|
||||
<div id="[[id]]" style="[[style]]">
|
||||
<table class="footnote-reference-container">
|
||||
|
|
Reference in a new issue