Preparing bugfix release 2.0.5 everything complete
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2411425 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
6a199cec73
commit
ddb568805b
6 changed files with 77 additions and 46 deletions
|
@ -4,8 +4,9 @@
|
|||
* Created-Date: 15.05.14
|
||||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
* Version: 2.0.4
|
||||
* Last modified: 2020-11-01T0536+0100
|
||||
* Version: 2.0.5
|
||||
*
|
||||
* Last modified: 2020-11-02T2050+0100
|
||||
*/
|
||||
|
||||
|
||||
|
@ -63,6 +64,7 @@ span.footnote_tooltip {
|
|||
font-style: italic;
|
||||
color: green;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
}
|
||||
.continue:hover {
|
||||
color: blue;
|
||||
|
@ -148,6 +150,9 @@ span.footnote_tooltip {
|
|||
max-width: 100px;
|
||||
}
|
||||
}
|
||||
.footnote_plugin_text {
|
||||
width: unset; /*unset width of text column to fix site issues*/
|
||||
}
|
||||
|
||||
/* Footnotes printing style rules
|
||||
*
|
||||
|
|
Reference in a new issue