update trunk for upcoming 2.1.3, thanks for testing!
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2424352 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
860c7dc3c3
commit
7cadbec59a
11 changed files with 102 additions and 71 deletions
|
@ -4,13 +4,13 @@
|
|||
* Created-Date: 15.05.14
|
||||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
* Version: 2.1.2
|
||||
* Version: 2.1.3
|
||||
*
|
||||
* Last modified: 2020-11-20T0620+0100
|
||||
* Last modified: 2020-11-24T0958+0100
|
||||
*/
|
||||
|
||||
|
||||
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
/*****************************************************
|
||||
MCI Footnotes logo
|
||||
The classes with 'heading' fix display in dashboard
|
||||
|
||||
|
@ -33,7 +33,7 @@ css/settings.css
|
|||
color: #545f5a;
|
||||
}
|
||||
|
||||
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
/*****************************************************
|
||||
Footnote referrers and tooltips
|
||||
|
||||
templates/public/footnote.html
|
||||
|
@ -131,7 +131,7 @@ Read-on button
|
|||
}
|
||||
|
||||
|
||||
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
/*****************************************************
|
||||
Footnote references container
|
||||
|
||||
templates/public/reference-container.html
|
||||
|
@ -192,7 +192,6 @@ footnotes
|
|||
reference-container-body.html
|
||||
*/
|
||||
.footnote_plugin_index,
|
||||
.footnote_plugin_index_combi,
|
||||
.footnote_plugin_link,
|
||||
.footnote_plugin_text {
|
||||
border:none !important;
|
||||
|
@ -225,7 +224,7 @@ when hovered in some themes, not in others:
|
|||
}
|
||||
.footnote_plugin_index {
|
||||
max-width: 140px;
|
||||
width: 2em; /*auto-extending column to fit widest*/
|
||||
width: 2em; /*auto-expanding column to fit widest*/
|
||||
}
|
||||
.footnote_backlink,
|
||||
.footnote_plugin_link {
|
||||
|
@ -241,6 +240,12 @@ when hovered in some themes, not in others:
|
|||
.footnote_plugin_text {
|
||||
width: unset; /*unset width of text column to fix site issues*/
|
||||
}
|
||||
/*
|
||||
prevent long URLs from expanding the reference container in mobile view:
|
||||
*/
|
||||
.footnote_plugin_text a {
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
/*
|
||||
Responsive
|
||||
|
@ -251,7 +256,7 @@ Responsive
|
|||
}
|
||||
}
|
||||
|
||||
/*‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
/****************************************************************
|
||||
Footnotes printing style rules
|
||||
|
||||
Printing a table, browsers tend to avoid page breaks,
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
* Created-Date: 15.05.14
|
||||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
* Version: 2.1.2
|
||||
* Version: 2.1.3
|
||||
*
|
||||
* Last modified: 2020-11-20T0620+0100
|
||||
* Last modified: 2020-11-24T0957+0100
|
||||
*/
|
||||
|
||||
|
||||
|
|
Reference in a new issue