forked from FortAwesome/Font-Awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better class names for fa-stack. code is basically good to ship, just…
… a few changes left to doc
- Loading branch information
Showing
10 changed files
with
919 additions
and
909 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
<p> | ||
<span class="fa-stack"> | ||
<i class="fa fa-square fa-stack-bottom"></i> | ||
<i class="fa fa-twitter fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-square fa-stack-2x"></i> | ||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i> | ||
</span> | ||
Twitter Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-square fa-stack-bottom"></i> | ||
<i class="fa fa-facebook fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-square fa-stack-2x"></i> | ||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i> | ||
</span> | ||
Facebook Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-square fa-stack-bottom"></i> | ||
<i class="fa fa-github fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-square fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x fa-inverse"></i> | ||
</span> | ||
GitHub Icon | ||
</p> | ||
<p> | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle fa-stack-bottom"></i> | ||
<i class="fa fa-twitter fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i> | ||
</span> | ||
Twitter Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle fa-stack-bottom"></i> | ||
<i class="fa fa-facebook fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i> | ||
</span> | ||
Facebook Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle fa-stack-bottom"></i> | ||
<i class="fa fa-github fa-stack-top fa-inverse"></i> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x fa-inverse"></i> | ||
</span> | ||
GitHub Icon | ||
</p> | ||
<p> | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle-o fa-stack-bottom"></i> | ||
<i class="fa fa-twitter fa-stack-top"></i> | ||
<i class="fa fa-circle-o fa-stack-2x"></i> | ||
<i class="fa fa-twitter fa-stack-1x"></i> | ||
</span> | ||
Twitter Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle-o fa-stack-bottom"></i> | ||
<i class="fa fa-facebook fa-stack-top"></i> | ||
<i class="fa fa-circle-o fa-stack-2x"></i> | ||
<i class="fa fa-facebook fa-stack-1x"></i> | ||
</span> | ||
Facebook Icon | ||
<span class="fa-stack"> | ||
<i class="fa fa-circle-o fa-stack-bottom"></i> | ||
<i class="fa fa-github fa-stack-top"></i> | ||
<i class="fa fa-circle-o fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x"></i> | ||
</span> | ||
GitHub Icon | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters