release 2.2.4 to replace 2.2.3 ASAP

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2440595 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-12-16 12:06:11 +00:00
parent f3318e524f
commit e5831a42b3
12 changed files with 96 additions and 45 deletions

View file

@ -1,5 +1,5 @@
/**
* Basic responsive layout for the page content div
* Basic responsive layout for the entry content div
*
* Based on Hello Elementor v2.3.0 Basic responsive layout
* themes/hello-elementor/theme.css:8..31

View file

@ -9,6 +9,7 @@
* Since v2.1.4 of Footnotes
*
* Last modified for v2.2.2 2020-12-15T1004+0100
* Last modified for v2.2.4 2020-12-16T0625+0100
*
* The enqueuing of this style sheet is optional and can be
* enabled in the Reference container settings.
@ -29,13 +30,15 @@ This style sheet lets Footnotes reference containers come
into the benefit of the basic responsive layout style rules
that would apply if the page were not built with Elementor.
This is mainly useful with Hello Elementor but it helps fix
also other themes like Twenty Twenty-One.
This is mainly useful with Hello Elementor, but it may help
fix also other themes like Twenty Twenty-One for display in
older browsers not yet supporting CSS variables.
*/
main,
.main-content,
.site-main {
.site-main,
div.hentry {
margin: 0 auto;
}
@ -43,7 +46,8 @@ main,
main,
.main-content,
.site-main {
.site-main,
div.hentry {
padding: 0 10px;
}
}
@ -52,7 +56,8 @@ main,
main,
.main-content,
.site-main {
.site-main,
div.hentry {
max-width: 500px;
}
}
@ -61,7 +66,8 @@ main,
main,
.main-content,
.site-main {
.site-main,
div.hentry {
max-width: 600px;
}
}
@ -70,7 +76,8 @@ main,
main,
.main-content,
.site-main {
.site-main,
div.hentry {
max-width: 800px;
}
}
@ -79,7 +86,8 @@ main,
main,
.main-content,
.site-main {
.site-main,
div.hentry {
max-width: 960px;
}
}

View file

@ -8,7 +8,7 @@
*
* Since v2.1.4 of Footnotes
*
* Last modified for v2.2.2 2020-12-15T1046+0100
* Last modified for v2.2.4 2020-12-16T0624+0100
*
* The enqueuing of this style sheet is optional and can be
* enabled in the Reference container settings.
@ -29,11 +29,13 @@ This style sheet lets Footnotes reference containers come
into the benefit of the basic responsive layout style rules
that would apply if the page were not built with Elementor.
This is mainly useful with Hello Elementor but it helps fix
also other themes like Twenty Twenty-One.
This is mainly useful with Hello Elementor, but it may help
fix also other themes like Twenty Twenty-One for display in
older browsers not yet supporting CSS variables.
*/
.entry-content div.footnotes_reference_container,
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
margin: 0 auto;
}
@ -41,7 +43,8 @@ main div.footnotes_reference_container {
@media (max-width: 575px) {
.entry-content div.footnotes_reference_container,
main div.footnotes_reference_container {
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
padding: 0 10px;
}
}
@ -49,6 +52,7 @@ main div.footnotes_reference_container {
@media (min-width: 576px) {
.entry-content div.footnotes_reference_container,
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
max-width: 500px;
}
@ -57,6 +61,7 @@ main div.footnotes_reference_container {
@media (min-width: 768px) {
.entry-content div.footnotes_reference_container,
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
max-width: 600px;
}
@ -65,6 +70,7 @@ main div.footnotes_reference_container {
@media (min-width: 992px) {
.entry-content div.footnotes_reference_container,
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
max-width: 800px;
}
@ -73,6 +79,7 @@ main div.footnotes_reference_container {
@media (min-width: 1200px) {
.entry-content div.footnotes_reference_container,
.entry-content > .footnotes_reference_container,
main div.footnotes_reference_container {
max-width: 960px;
}

View file

@ -5,14 +5,14 @@
* Created-Time: 16:21
* Since: 1.0
*
* Version: 2.2.2
* Version: 2.2.4
*
* Classes added to public.css may be added to the
* list documenting CSS classes for Custom CSS if
* recommended for general use.
* List in templates/dashboard/customize-css.html
*
* Last modified: 2020-12-15T0844+0100
* Last modified: 2020-12-16T1302+0100
*/
@ -195,8 +195,6 @@ Classes:
.footnote_backlink = <a> or <span> if identical footnotes are combined, or in second <td> in 3-column table
.footnote_index_arrow = nested <span>, symbol only
.footnote_plugin_text = second <td>, or third <td> in 3-column table
*/
/*

View file

@ -5,9 +5,9 @@
* Created-Time: 16:21
* Since: 1.0
*
* Version: 2.2.2
* Version: 2.2.4
*
* Last modified: 2020-12-15T1020+0100
* Last modified: 2020-12-16T1302+0100
*/