14 lines
376 B
14 lines
376 B
![]()
7 years ago
|
<!-- a11y toolbar -->
|
||
|
<div class="a11y-toolbar">
|
||
|
<div class="wrap">
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="#" role="button" class="a11y-toggle-fontsize toggle-fontsize" id="is_normal_fontsize" title="<?php _e( 'Increase Font Size', 'pressbooks-book' ); ?>">
|
||
|
<?php _e( 'Increase Font Size', 'pressbooks-book' ); ?>
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- // a11y toolbar -->
|