aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2013-09-04 11:29:51 -0400
committerSteven Black <[email protected]>2013-09-04 11:29:51 -0400
commitea734863c34cebcbd116706b25b4e5a0b2f24df3 (patch)
treefdcf283b9c343d3831e9783d9dbb050e80d3de0c
parenta82d038f5244c36fed65e7339e3082c4bfc7bf18 (diff)
downloadbootstrap-ea734863c34cebcbd116706b25b4e5a0b2f24df3.tar.xz
bootstrap-ea734863c34cebcbd116706b25b4e5a0b2f24df3.zip
No manual line breaks in HTML text as per custom.
-rw-r--r--getting-started.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/getting-started.html b/getting-started.html
index 25a76e5b7..d0909b61a 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -96,8 +96,7 @@ bootstrap/
<div class="page-header">
<h1 id="template">Basic template</h1>
</div>
- <p class="lead">Start with this basic HTML template, or modify <a href="../getting-started#examples">these examples</a>.
- We hope you'll customize our templates and examples, adapting them to suit your needs.</p>
+ <p class="lead">Start with this basic HTML template, or modify <a href="../getting-started#examples">these examples</a>. We hope you'll customize our templates and examples, adapting them to suit your needs.</p>
<p>Copy the HTML below to begin working with a minimal Bootstrap document.</p>
{% highlight html %}
@@ -630,9 +629,7 @@ bootstrap/
<h2 id="migration-notes">Additional notes</h2>
- <p>Other changes in v3.0 are not immediately apparent.
- Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach.
- Here's a partial list:
+ <p>Other changes in v3.0 are not immediately apparent. Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach. Here's a partial list:
</p>
<ul>
<li>Text-based form controls are now 100% wide. Wrap inputs inside <code>&lt;div class="col-*"&gt;&lt;/div&gt;</code> to control input widths.</li>