This commit is contained in:
davegandy 2013-06-14 16:57:00 -04:00
parent 8bafdcca80
commit b9af12baad
3 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,10 @@
</p>
<p>
<a href="#">
<span class="icon-stack">
<i class="icon-circle-blank icon-stack-base"></i>
<i class="icon-twitter"></i>
</span>
Twitter Icon
</a>
<a href="#">

View File

@ -12,6 +12,9 @@
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
display: inline-block;
text-decoration: none;

View File

@ -12,6 +12,9 @@
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
display: inline-block;
text-decoration: none;