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:
parent
f3318e524f
commit
e5831a42b3
12 changed files with 96 additions and 45 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue