update with last changes (2.6.0d0)
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2456650 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
d3ccc658e8
commit
1c7debbaf5
8 changed files with 197 additions and 97 deletions
|
@ -5,9 +5,9 @@
|
|||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
*
|
||||
* Version: 2.5.0
|
||||
* Version: 2.6.0
|
||||
*
|
||||
* Last modified: 2021-01-07T0851+0100
|
||||
* Last modified: 2021-01-14T2351+0100
|
||||
*
|
||||
*
|
||||
* Classes added to public.css may be added to the
|
||||
|
@ -15,15 +15,24 @@
|
|||
* recommended for general use.
|
||||
* List in templates/dashboard/customize-css-new.html
|
||||
*
|
||||
*
|
||||
* Edited for 2.0.0
|
||||
* @since 2.0.1 enforced borderless table cells with !important property, thanks to @ragonesi
|
||||
*
|
||||
* @since 2.0.1 enforced borderless table cells with !important property, thanks to @ragonesi bug report
|
||||
* @see <https://wordpress.org/support/topic/box-around-c-references-container/>
|
||||
* @since 2.1.1 line height 0 for (superscript) referrers, thanks to @cwbayer
|
||||
*
|
||||
* @since 2.1.1 line height 0 for (superscript) referrers, thanks to @cwbayer bug report
|
||||
* @see <https://wordpress.org/support/topic/footnote-number-in-text-superscript-disrupts-leading/>
|
||||
* @since 2.1.6 set z-index to maximum 2147483647 to address display issues with overlay content, thanks to @russianicons
|
||||
*
|
||||
* @since 2.1.6 set z-index to maximum 2147483647 to address display issues with overlay content, thanks to @russianicons feedback
|
||||
* @see <https://wordpress.org/support/topic/counter-styles-not-working/>
|
||||
* @since 2.3.0 offset anchors for optional hard links
|
||||
*
|
||||
* @since 2.3.0 offset anchors for optional hard links, thanks to @psychonevro @martinneumannat bug reports
|
||||
* @see <https://wordpress.org/support/topic/making-it-amp-compatible/>
|
||||
* @see <https://wordpress.org/support/topic/footnotes-is-not-amp-compatible/>
|
||||
*
|
||||
* @since 2.4.0 validation error warning box
|
||||
* @since 2.5.0 validation error warning box more paragraphs
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
* Created-Time: 16:21
|
||||
* Since: 1.0
|
||||
*
|
||||
* Version: 2.5.0
|
||||
* Version: 2.6.0
|
||||
*
|
||||
* Last modified: 2021-01-07T1816+0100
|
||||
* Last modified: 2021-01-14T2350+0100
|
||||
*/
|
||||
|
||||
|
||||
|
@ -203,8 +203,8 @@ list, the </p> end tags are omitted per HTML5 standard:
|
|||
The textarea has monospace font, but no other features
|
||||
helping edit CSS, like tab support and syntactic colors.
|
||||
*/
|
||||
.customize_css_new tr td:first-child {
|
||||
width: 44% !important;
|
||||
#customize_css_new tr td:first-child {
|
||||
width: 38% !important;
|
||||
font-weight: normal !important;
|
||||
}
|
||||
.customize_css_new tr td:first-child span:first-child {
|
||||
|
@ -225,7 +225,7 @@ helping edit CSS, like tab support and syntactic colors.
|
|||
}
|
||||
#footnote_inputfield_custom_css,
|
||||
#footnote_inputfield_custom_css_new {
|
||||
width: 90%;
|
||||
width: 96%;
|
||||
resize: both;
|
||||
overflow: scroll;
|
||||
font-family: monospace;
|
||||
|
|
Reference in a new issue