Closed vsajip closed 5 years ago
Original report by Indian Sunset (Bitbucket: idnsunset, GitHub: idnsunset).
xxx [1]_ xxx ............... .. [1] xxx
HTML would be:
<table class="docutils footnote" frame="void" id="id2" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr> <td class="label"><a class="fn-backref" href="#id1">[1]</a></td> <td>footnote1</td> </tr> </tbody> </table>
bootstrap also has ‘.label’ definition in its CSS.
Fixed #6: used class 'footnote-label' in place of 'label'.
Original changes by Vinay Sajip (Bitbucket: vinay.sajip, GitHub: vsajip).
changed state from "new" to "resolved"
Original report by Indian Sunset (Bitbucket: idnsunset, GitHub: idnsunset).
HTML would be:
bootstrap also has ‘.label’ definition in its CSS.