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 {
|
||||
|
|
Reference in a new issue