From 140d90db63d6dfc555478b68afc7c20c4b594853 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Wed, 1 Feb 2012 13:21:37 +0530 Subject: [PATCH 1/2] Typo fix --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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">
   …

From 1b8863f925e3c4161259b4d2aafe132abe9ca49f Mon Sep 17 00:00:00 2001
From: ejain 
Date: Wed, 1 Feb 2012 21:17:04 -0800
Subject: [PATCH 2/2] Import the responsive css *after* setting the body
 padding to fix the issue described in #1570.

---
 docs/examples/starter-template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index 5370f2983e..e8e52ba533 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -13,12 +13,12 @@
 
     
     
-    
     
+