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/base-css.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index c04dc7daa..9fad87178 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1158,7 +1158,7 @@ For example, <code>section</code> should be wrapped as inline.

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).

- +
@@ -1356,9 +1356,9 @@ For example, <code>section</code> should be wrapped as inline. <button class="btn" type="submit"> Button </button> -<input class="btn" type="button" +<input class="btn" type="button" value="Input"> -<input class="btn" type="submit" +<input class="btn" type="submit" value="Submit">

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.

@@ -1527,7 +1527,7 @@ For example, <code>section</code> should be wrapped as inline.

How to use

-

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:

+

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 class="icon-search"></i>
 
-- cgit v1.2.3