aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-11 20:16:20 -0700
committerMark Otto <[email protected]>2013-04-11 20:16:20 -0700
commitb3bb89520d02cabbb75958bfea1b02b57fa3d7b0 (patch)
treeb2d7ebe54660713df0254eaf637b4b8fac17761e /docs/docs.html
parent5b7596a5b3d160b3d78962b0e61a6724487e497c (diff)
downloadbootstrap-b3bb89520d02cabbb75958bfea1b02b57fa3d7b0.tar.xz
bootstrap-b3bb89520d02cabbb75958bfea1b02b57fa3d7b0.zip
add comma; more accurate code snippet
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html
index d30ae9f95..d668999e6 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -404,7 +404,10 @@ title: Bootstrap Documentation
<div class="col-span-4">...</div>
<div class="col-span-4 col-offset-4">...</div>
</div>
-...
+<div class="row">
+ <div class="col-span-3 col-offset-3">3 offset 3</div>
+ <div class="col-span-3 col-offset-3">3 offset 3</div>
+</div>
<div class="row">
<div class="col-span-6 col-offset-3">...</div>
</div>
@@ -3993,7 +3996,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h2 id="type-components-page-header">Page header</h2>
- <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code> element as well as most other components (with additional styles).</p>
+ <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code> element, as well as most other components (with additional styles).</p>
<div class="bs-docs-example">
<div class="page-header">
<h1>Example page header <small>Subtext for header</small></h1>