Skip to content

Commit

Permalink
adding to naming docs, updating wording on new features
Browse files Browse the repository at this point in the history
  • Loading branch information
davegandy committed Oct 19, 2013
1 parent 227c653 commit 1b24f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/_includes/new-features.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 18,8 @@ <h4><i class="fa-icon fa-icon-fighter-jet"></i> CSS Best Practices</h4>
New icon base class allows simpler CSS, faster rendering, and easier control.
</div>
<div class="col-md-4 col-sm-6">
<h4><i class="fa-icon fa-icon-terminal"></i> Predictable Icon Names</h4>
Icon names should now be more consistent and easier to predict and remember.
<h4><i class="fa-icon fa-icon-terminal"></i> New Icon Names</h4>
Icons have been renamed to improve consistency and predictability.
</div>
<div class="col-md-4 col-sm-6">
<h4><i class="fa-icon fa-icon-thumbs-up-alt"></i> Bootstrap 3</h4>
Expand Down
4 changes: 2 additions & 2 deletions src/_includes/new-naming.html
Original file line number Diff line number Diff line change
@@ -1,11 1,11 @@
<section id="new-naming">
<h2 class="page-header">New Naming Conventions in {{ site.fontawesome.minor_version }}</h2>
<p class="lead text-center alert alert-info">fa-icon-[name]-[shape]-[alt]-[direction]</p>
<p>
A desire for better icon naming <strong>consistency</strong> and <strong>predictability</strong> are at the heart
of the changes in naming conventions. Once you know the name of the base icon shape, you should be able to predict
the name of variants. Here are a few examples.
the names of variants.
</p>

<div class="row">
<div class="col-md-4 col-sm-6">
<h4 class="margin-bottom-sm">fa-icon-*</h4>
Expand Down

0 comments on commit 1b24f51

Please sign in to comment.