From 7ec09d0db9b1117d708682a08efaa55045e6926e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 16 Feb 2012 22:42:38 -0800 Subject: 2.0.1 --- docs/templates/pages/base-css.mustache | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index acb9cdcb2..84d48fb1e 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1082,7 +1082,7 @@

{{_i}}You may also use static classes that don't map to the grid, adapt to the responsive CSS styles, or account for varying types of controls (e.g., input vs. select).{{/i}}

- +
@@ -1280,9 +1280,9 @@ <button class="btn" type="submit"> {{_i}}Button{{/i}} </button> -<input class="btn" type="button" +<input class="btn" type="button" value="{{_i}}Input{{/i}}"> -<input class="btn" type="submit" +<input class="btn" type="submit" value="{{_i}}Submit{{/i}}">

{{_i}}As a best practice, try to match the element for you context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.{{/i}}

@@ -1451,7 +1451,7 @@

{{_i}}How to use{{/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}}With v2.0.1, 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="icon-search"></i>
 
-- cgit v1.2.3