소스 검색

updating what's new page

davegandy 12 년 전
부모
커밋
a6f9df4e86
5개의 변경된 파일4개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 1
      css/font-awesome.css
  2. 1 1
      css/font-awesome.min.css
  3. 0 1
      less/core.less
  4. 0 1
      scss/_core.scss
  5. 3 6
      src/_includes/whats-new.html

+ 0 - 1
css/font-awesome.css

@@ -47,7 +47,6 @@
 [class*=" icon-"]:before {
 [class*=" icon-"]:before {
   text-decoration: inherit;
   text-decoration: inherit;
   display: inline-block;
   display: inline-block;
-  cursor: default;
   speak: none;
   speak: none;
 }
 }
 /* makes the font 33% larger relative to the icon container */
 /* makes the font 33% larger relative to the icon container */

+ 1 - 1
css/font-awesome.min.css

@@ -1,5 +1,5 @@
 @font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
 @font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.1');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
-[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;cursor:default;speak:none;}
+[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
 .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
 .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
 a [class^="icon-"],a [class*=" icon-"]{display:inline;}
 a [class^="icon-"],a [class*=" icon-"]{display:inline;}
 [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
 [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}

+ 0 - 1
less/core.less

@@ -10,7 +10,6 @@
 [class*=" icon-"]:before {
 [class*=" icon-"]:before {
   text-decoration: inherit;
   text-decoration: inherit;
   display: inline-block;
   display: inline-block;
-  cursor: default;
   speak: none;
   speak: none;
 }
 }
 
 

+ 0 - 1
scss/_core.scss

@@ -10,7 +10,6 @@
 [class*=" icon-"]:before {
 [class*=" icon-"]:before {
   text-decoration: inherit;
   text-decoration: inherit;
   display: inline-block;
   display: inline-block;
-  cursor: default;
   speak: none;
   speak: none;
 }
 }
 
 

+ 3 - 6
src/_includes/whats-new.html

@@ -10,7 +10,7 @@
 <div id="whats-new">
 <div id="whats-new">
   <div class="row">
   <div class="row">
     <div class="span4">
     <div class="span4">
-      <h4><i class="icon-lightbulb"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
+      <h4><i class="icon-compass"></i> {{ icons | version:site.fontawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}</h4>
       Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
       Requested by the active community on the <a href="{{ site.fontawesome.github.url }}">Font Awesome GitHub project</a>.
     </div>
     </div>
     <div class="span4">
     <div class="span4">
@@ -18,11 +18,8 @@
       SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
       SIL OFL 1.1 for font, MIT license for code. No more attribution required, but much appreciated.
     </div>
     </div>
     <div class="span4">
     <div class="span4">
-      <h4><i class="icon-flag icon-flip-horizontal"></i> <a href="{{ page.relative_path }}examples/#new-styles">New Styles</a></h4>
-      New styles for
-      <a href="{{ page.relative_path }}examples/#rotated-flipped">rotating and flipping icons</a>,
-      <a href="{{ page.relative_path }}examples/#stacked">stacking icons</a>, and better
-      <a href="{{ page.relative_path }}examples/#bulleted-lists">bulleted lists</a>.
+      <h4><i class="icon-terminal"></i> SCSS Support</h4>
+      A long term solution is now in place for SCSS support. Need SASS? Try <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#syntax">sass-convert</a>.
     </div>
     </div>
     <div class="span4 margin-bottom-large">
     <div class="span4 margin-bottom-large">
       <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>
       <h4><i class="icon-magic"></i> Pixel Perfection at 14px</h4>