Plugin Directory

Changeset 1753395


Ignore:
Timestamp:
10/26/2017 05:53:07 PM (8 years ago)
Author:
maurobringolf
Message:

Release version v0.3.0 from GitHub

Location:
mnml-footnotes
Files:
2 added
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mnml-footnotes/tags/v0.3.0/src/class-shortcodes.php

    r1739345 r1753395  
    3636        ?>
    3737        <style>
    38         .mbch-mnml-footnote {
     38        /*.mbch-mnml-footnote {
    3939            position: relative;
    4040            bottom: 0.5em;
    4141            font-size: 0.8em;
    42         }
     42        }*/
    4343        </style>
    4444        <?php
     
    7474            }
    7575
    76             return '<span class="mbch-mnml-footnote"><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></span>';
     76            return '<sup><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></sup>';
    7777
    7878        }
  • mnml-footnotes/trunk/src/class-shortcodes.php

    r1739345 r1753395  
    3636        ?>
    3737        <style>
    38         .mbch-mnml-footnote {
     38        /*.mbch-mnml-footnote {
    3939            position: relative;
    4040            bottom: 0.5em;
    4141            font-size: 0.8em;
    42         }
     42        }*/
    4343        </style>
    4444        <?php
     
    7474            }
    7575
    76             return '<span class="mbch-mnml-footnote"><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></span>';
     76            return '<sup><a href="#mbch_mnml_footnotes-' . $id . '">' . $index . '</a></sup>';
    7777
    7878        }
Note: See TracChangeset for help on using the changeset viewer.