adding test for stacking text on top of icons

This commit is contained in:
Dave Gandy 2014-05-14 10:36:41 -05:00
parent fcdf450868
commit dae347b76e
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
<span class="fa-stack">
<i class="fa fa-calendar-o fa-stack-2x"></i>
<span class="fa-stack-1x padding-top-sm">27</span>
</span>

View File

@ -729,6 +729,10 @@ relative_path: ../
<div class="well">
{% include tests/stacked-inside-anchor.html %}
</div>
<h4>Stacked icon background with text foreground</h4>
<div class="well">
{% include tests/stacked-with-text.html %}
</div>
<h3>Mirrored and rotated icons</h3>