You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
376 B
13 lines
376 B
<!-- 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 -->
|
|
|