浏览代码

adding to naming docs, updating wording on new features

davegandy 11 年之前
父节点
当前提交
1b24f51c70
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/_includes/new-features.html
  2. 2 2
      src/_includes/new-naming.html

+ 2 - 2
src/_includes/new-features.html

@@ -18,8 +18,8 @@
       New icon base class allows simpler CSS, faster rendering, and easier control.
       New icon base class allows simpler CSS, faster rendering, and easier control.
     </div>
     </div>
     <div class="col-md-4 col-sm-6">
     <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>
     <div class="col-md-4 col-sm-6">
     <div class="col-md-4 col-sm-6">
       <h4><i class="fa-icon fa-icon-thumbs-up-alt"></i> Bootstrap 3</h4>
       <h4><i class="fa-icon fa-icon-thumbs-up-alt"></i> Bootstrap 3</h4>

+ 2 - 2
src/_includes/new-naming.html

@@ -1,11 +1,11 @@
 <section id="new-naming">
 <section id="new-naming">
   <h2 class="page-header">New Naming Conventions in {{ site.fontawesome.minor_version }}</h2>
   <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>
   <p>
     A desire for better icon naming <strong>consistency</strong> and <strong>predictability</strong> are at the heart
     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
     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>
   </p>
-
   <div class="row">
   <div class="row">
     <div class="col-md-4 col-sm-6">
     <div class="col-md-4 col-sm-6">
       <h4 class="margin-bottom-sm">fa-icon-*</h4>
       <h4 class="margin-bottom-sm">fa-icon-*</h4>