From a27bf30f0d7a42f356d661db9835710bc8917067 Mon Sep 17 00:00:00 2001 From: Quy Ton Date: Thu, 20 Dec 2012 21:38:53 -0800 Subject: Miscellaneous changes to docs --- docs/base-css.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 7cf9f41b3..d0fdbeb72 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -527,7 +527,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Add any of the following classes to the .table base class.

.table-striped

-

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-IE8).

+

Adds zebra-striping to any table row within the <tbody> via the :nth-child CSS selector (not available in IE7-8).

@@ -2041,7 +2041,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped
 <div class="btn-toolbar">
   <div class="btn-group">
-
     <a class="btn" href="#"><i class="icon-align-left"></i></a>
     <a class="btn" href="#"><i class="icon-align-center"></i></a>
     <a class="btn" href="#"><i class="icon-align-right"></i></a>
-- 
cgit v1.2.3