From: Abhijit Menon-Sen Date: Wed, 1 Feb 2012 07:51:37 +0000 (+0530) Subject: Typo fix X-Git-Tag: v2.0.1~14^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1490%2Fhead;p=thirdparty%2Fbootstrap.git Typo fix --- diff --git a/docs/base-css.html b/docs/base-css.html index fe6e4fe896..6fa1b33fd1 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -600,7 +600,7 @@ For example, <code>section</code> should be wrapped as inline.

Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.

-

Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.

+

Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.

 <table class="table table-striped">
   …
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index cc235ffd01..c21c0959e9 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -524,7 +524,7 @@
   

{{_i}}Get a little fancy with your tables by adding zebra-striping—just add the .table-striped class.{{/i}}

-

{{_i}}Note: Sprited tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}

+

{{_i}}Note: Striped tables use the :nth-child CSS selector and is not available in IE7-IE8.{{/i}}

 <table class="table table-striped">
   …