docs: reflect new partials paths
This commit is contained in:
parent
3e8ae1bbae
commit
39fa6991ae
2 changed files with 9 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
||||||
* Since: 1.0
|
* Since: 1.0
|
||||||
*
|
*
|
||||||
* Classes recommended for Custom CSS:
|
* Classes recommended for Custom CSS:
|
||||||
* @see templates/dashboard/customize-css-new.html
|
* @see admin/partials/customize-css-new.html
|
||||||
*
|
*
|
||||||
* System of unified minified style sheets tailored to the needs of the instance.
|
* System of unified minified style sheets tailored to the needs of the instance.
|
||||||
*
|
*
|
||||||
|
@ -182,8 +182,8 @@
|
||||||
/**
|
/**
|
||||||
* Footnote referrers and tooltips
|
* Footnote referrers and tooltips
|
||||||
*
|
*
|
||||||
* @see templates/public/footnote.html
|
* @see public/partials/footnote.html
|
||||||
* @see templates/public/footnote-alternative.html
|
* @see public/partials/footnote-alternative.html
|
||||||
*
|
*
|
||||||
* .footnote_referrer = enclosing <span>
|
* .footnote_referrer = enclosing <span>
|
||||||
* .footnote_plugin_tooltip_text = inner <sup>
|
* .footnote_plugin_tooltip_text = inner <sup>
|
||||||
|
@ -240,11 +240,11 @@
|
||||||
Footnote reference container
|
Footnote reference container
|
||||||
|
|
||||||
Templates:
|
Templates:
|
||||||
templates/public/reference-container.html
|
public/partials/reference-container.html
|
||||||
templates/public/reference-container-body.html
|
public/partials/reference-container-body.html
|
||||||
templates/public/reference-container-combi.html
|
public/partials/reference-container-combi.html
|
||||||
templates/public/reference-container-switch.html
|
public/partials/reference-container-switch.html
|
||||||
templates/public/reference-container-3column.html
|
public/partials/reference-container-3column.html
|
||||||
|
|
||||||
Optional responsive basic page layout support
|
Optional responsive basic page layout support
|
||||||
stylesheets:
|
stylesheets:
|
||||||
|
|
|
@ -215,7 +215,7 @@ significantly increased from 4 to 18 as of v2.4.0.
|
||||||
|
|
||||||
Localized notices are dropped to ease translators’ task.
|
Localized notices are dropped to ease translators’ task.
|
||||||
CSS classes are listed directly in the template
|
CSS classes are listed directly in the template
|
||||||
templates/dashboard/customize-css.html
|
admin/partials/customize-css.html
|
||||||
|
|
||||||
For better maintainability and readability of the source
|
For better maintainability and readability of the source
|
||||||
list, the </p> end tags are omitted per HTML5 standard:
|
list, the </p> end tags are omitted per HTML5 standard:
|
||||||
|
|
Reference in a new issue