From 138b5a8c0569e548ec93803aaa88ea7033363680 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 5 Sep 2012 23:07:52 -0300 Subject: Fix small documentatio typos. --- docs/scaffolding.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 75cb761d5..4b23eed88 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -201,7 +201,7 @@

To nest your content with the default grid, add a new .row and set of .span* columns within an existing .span* column. Nested rows should include a set of columns that add up to the number of columns of its parent.

- Level 1 of column + Level 1 column
Level 2 @@ -318,10 +318,10 @@
 <div class="row-fluid">
   <div class="span12">
-    Level 1 of column
+    Fluid 12
     <div class="row-fluid">
-      <div class="span6">Level 2</div>
-      <div class="span6">Level 2</div>
+      <div class="span6">Fluid 6</div>
+      <div class="span6">Fluid 6</div>
     </div>
   </div>
 </div>
-- 
cgit v1.2.3


From 595e1a189c1911ada7c4bd4c769c28b1741611ac Mon Sep 17 00:00:00 2001
From: Mark Otto 
Date: Thu, 13 Sep 2012 10:07:57 -0700
Subject: fixes #5119: javascript in navbar typo

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

(limited to 'docs/scaffolding.html')

diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index 4b23eed88..c3a140c67 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -58,7 +58,7 @@
                 Components
               
               
  • - Javascript + JavaScript
  • Customize -- cgit v1.2.3 From c6c1ada60074e420fa93174cb3db167faf618e2b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Oct 2012 11:18:49 -0700 Subject: clarify tables support of responsive utility classes, of which there is none --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index c3a140c67..fd263bc2d 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -509,7 +509,7 @@

    When to use

    -

    Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.

    +

    Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. Responsive utilities should not be used with tables, and as such are not supported.

    Responsive utilities test case

    Resize your browser or load on different devices to test the above classes.

    -- cgit v1.2.3 From e73cd15fc8eaa80ab7913d51a23a8e61c0e1bb30 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 2 Oct 2012 17:01:18 -0700 Subject: copy and style changes to improve docs rendering on mobile devices --- docs/scaffolding.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index fd263bc2d..84b389ed7 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -544,12 +544,14 @@