From e20d2dfe9d1f43e164d8fdbef64f4041df70b762 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 15 Jul 2012 16:13:25 -0700 Subject: docs cleanup and blockquote cleanup for .pull-right option --- docs/templates/pages/base-css.mustache | 5 ++--- docs/templates/pages/scaffolding.mustache | 12 ++++++------ 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 7e7106fb6..a630acfed 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -190,7 +190,7 @@

{{_i}}Alternate displays{{/i}}

-

{{_i}}Use .pull-left and .pull-right classes for floated, right-aligned blockquote content.{{/i}}

+

{{_i}}Use .pull-right for a floated, right-aligned blockquote.{{/i}}

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

@@ -199,8 +199,7 @@
 <blockquote class="pull-right">
-  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
-  <small>{{_i}}Someone famous <cite title="Source Title">Source Title</cite>{{/i}}</small>
+  ...
 </blockquote>
 
diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 86806bb56..4b9d4c5b2 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -97,7 +97,7 @@

{{_i}}Basic grid HTML{{/i}}

-

{{_i}}For a simple two column layout, create a .row and add the appropriate number of .span* columns. As this is a 12-column grid, each .span* spans a number of those 12 columns, and should always add up to 12 for each row.{{/i}}

+

{{_i}}For a simple two column layout, create a .row and add the appropriate number of .span* columns. As this is a 12-column grid, each .span* spans a number of those 12 columns, and should always add up to 12 for each row (or the number of columns in the parent).{{/i}}

 <div class="row">
   <div class="span4">...</div>
@@ -136,10 +136,10 @@
             
{{_i}}Level 1 of column{{/i}}
-
+
{{_i}}Level 2{{/i}}
-
+
{{_i}}Level 2{{/i}}
@@ -147,11 +147,11 @@
 <div class="row">
-  <div class="span10">
+  <div class="span9">
     {{_i}}Level 1 column{{/i}}
     <div class="row">
-      <div class="span5">{{_i}}Level 2{{/i}}</div>
-      <div class="span5">{{_i}}Level 2{{/i}}</div>
+      <div class="span6">{{_i}}Level 2{{/i}}</div>
+      <div class="span3">{{_i}}Level 2{{/i}}</div>
     </div>
   </div>
 </div>
-- 
cgit v1.2.3