Unreleased bugfix v2.5.14 with Stable Tag 2.5.10.
Urgent response to https://wordpress.org/support/topic/footnotes-content-number-not-sequential/ = 2.5.14 = - Bugfix: Footnote delimiter short codes: fix numbering bug by cross-editor HTML escapement schema harmonization, thanks to @patrick_here @alifarahani8000 @gova bug reports. - Update: Dashboard: General settings: Footnote start and end short codes: delete comment on pointy brackets. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2502988 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
0dc4c08dd8
commit
123db83af4
22 changed files with 112 additions and 74 deletions
|
@ -350,10 +350,10 @@ h6 > .footnote_reference_container_collapse_button {
|
|||
table
|
||||
*/
|
||||
|
||||
.footnote-reference-container,
|
||||
.footnotes_table {
|
||||
width: 100%;
|
||||
border: none;
|
||||
.footnotes_table,
|
||||
.footnote-reference-container {
|
||||
width: 100% !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -370,7 +370,7 @@ table
|
|||
* The table caption must be present for screen readers but may be hidden to sighted users.
|
||||
*/
|
||||
|
||||
caption.accessibility {
|
||||
.footnotes_table caption.accessibility {
|
||||
text-align: start;
|
||||
margin-top: -2px !important;
|
||||
height: 1px !important;
|
||||
|
|
Reference in a new issue