From d533310bd2fa157edb076f9047af8f1cff0fca05 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Jan 2012 23:24:35 -0800 Subject: once more, overhaul the icons and use the css regex selector on our icons --- docs/templates/pages/base-css.mustache | 280 +++++++++++++++---------------- docs/templates/pages/components.mustache | 14 +- 2 files changed, 147 insertions(+), 147 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 31607eef9..7b174d604 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1227,142 +1227,142 @@
- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + +
- - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + +
- - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +
@@ -1381,13 +1381,13 @@

{{_i}}How to use{{/i}}

-

{{_i}}With v2.0.0, we have opted to use an <i> tag for all our icons with a base class of .i. To use, place the following code just about anywhere:{{/i}}

+

{{_i}}With v2.0.0, we have opted to use an <i> tag for all our icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:{{/i}}

-<i class="i i-search"></i>
+<i class="i-search"></i>
 

{{_i}}There are also styles available for inverted (white) icons, made ready with one extra class:{{/i}}

-<i class="i i-search i-white"></i>
+<i class="i-search i-white"></i>
 

{{_i}}There are 120 classes to choose from for your icons. Just add an <i> tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.{{/i}}

@@ -1410,40 +1410,40 @@

- {{_i}}Refresh{{/i}} - {{_i}}Checkout{{/i}} - {{_i}}Delete{{/i}} + {{_i}}Refresh{{/i}} + {{_i}}Checkout{{/i}} + {{_i}}Delete{{/i}}

- {{_i}}Comment{{/i}} - {{_i}}Settings{{/i}} - {{_i}}More Info{{/i}} + {{_i}}Comment{{/i}} + {{_i}}Settings{{/i}} + {{_i}}More Info{{/i}}

@@ -1454,7 +1454,7 @@
- +
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 2386f6a9e..69ee4c16a 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -472,13 +472,13 @@
@@ -486,7 +486,7 @@
   ...
   <li>
     <a href="#">
-      <i class="i i-book"></i>
+      <i class="i-book"></i>
       {{_i}}Library{{/i}}
     </a>
   </li>
-- 
cgit v1.2.3