[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/footnotes/ -> style-rtl.css (source)

   1  .editor-styles-wrapper,
   2  .entry-content {
   3    counter-reset: footnotes;
   4  }
   5  
   6  a[data-fn].fn {
   7    vertical-align: super;
   8    font-size: smaller;
   9    counter-increment: footnotes;
  10    display: inline-flex;
  11    text-decoration: none;
  12    text-indent: -9999999px;
  13  }
  14  
  15  a[data-fn].fn::after {
  16    content: "[" counter(footnotes) "]";
  17    text-indent: 0;
  18    float: right;
  19  }


Generated : Tue May 5 08:20:14 2026 Cross-referenced by PHPXref