Skip to content

Commit

Permalink
Add button for small - see #19
Browse files Browse the repository at this point in the history
  • Loading branch information
Waxolunist committed Dec 19, 2013
1 parent 21b5312 commit 0b2eb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/emphasis.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
<a class="btn {{#if options.size}}btn-{{options.size}}{{/if}} btn-default" data-wysihtml5-command="bold" title="CTRL+B" tabindex="-1">{{locale.emphasis.bold}}</a>
<a class="btn {{#if options.size}}btn-{{options.size}}{{/if}} btn-default" data-wysihtml5-command="italic" title="CTRL+I" tabindex="-1">{{locale.emphasis.italic}}</a>
<a class="btn {{#if options.size}}btn-{{options.size}}{{/if}} btn-default" data-wysihtml5-command="underline" title="CTRL+U" tabindex="-1">{{locale.emphasis.underline}}</a>
{{#if options.emSmall}}
<a class="btn {{#if options.size}}btn-{{options.size}}{{/if}} btn-default" data-wysihtml5-command="small" title="CTRL+S" tabindex="-1">{{locale.emphasis.small}}</a>
{{/if}}
</div>
</li>

0 comments on commit 0b2eb17

Please sign in to comment.