aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-19 22:31:03 -0700
committerMark Otto <[email protected]>2011-08-19 22:31:03 -0700
commitfc3324f88be85b698e095f5f20d00ffb25c3e917 (patch)
treec34dd347ae844202e5b11aa0710b8cc8c231bb27
parent66fea662e4b15661cd05b40044a13a7443ed5224 (diff)
downloadbootstrap-fc3324f88be85b698e095f5f20d00ffb25c3e917.tar.xz
bootstrap-fc3324f88be85b698e095f5f20d00ffb25c3e917.zip
fix spacing and confusion in example h1 heading with small tag
-rw-r--r--docs/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index 62b643da5..14ac43b8f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -256,7 +256,7 @@
<h2>Headings and copy</h2>
<p>A standard typographic hierarchy for structuring your webpages.</p>
</div>
- <div class="span6 columns">
+ <div class="span4 columns">
<h1>h1. Heading 1</h1>
<h2>h2. Heading 2</h2>
<h3>h3. Heading 3</h3>
@@ -264,11 +264,10 @@
<h5>h5. Heading 5</h5>
<h6>h6. Heading 6</h6>
</div>
- <div class="span6 columns">
+ <div class="span8 columns">
<h3>Example paragraph</h3>
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
- <h1>Example heading<small>Has sub-heading…</small></h1>
- <p>You can also add subheadings with the <code>&lt;strong&gt;</code> and <code>&lt;em&gt;</code></p>
+ <h1>Example heading <small>Has sub-heading&hellip;</small></h1>
</div>
</div>