mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 08:31:05 +00:00
No manual line breaks in HTML text as per custom.
This commit is contained in:
parent
a82d038f52
commit
ea734863c3
1 changed files with 2 additions and 5 deletions
|
|
@ -96,8 +96,7 @@ bootstrap/
|
||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1 id="template">Basic template</h1>
|
<h1 id="template">Basic template</h1>
|
||||||
</div>
|
</div>
|
||||||
<p class="lead">Start with this basic HTML template, or modify <a href="../getting-started#examples">these examples</a>.
|
<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>
|
||||||
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>
|
<p>Copy the HTML below to begin working with a minimal Bootstrap document.</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
|
|
@ -630,9 +629,7 @@ bootstrap/
|
||||||
|
|
||||||
|
|
||||||
<h2 id="migration-notes">Additional notes</h2>
|
<h2 id="migration-notes">Additional notes</h2>
|
||||||
<p>Other changes in v3.0 are not immediately apparent.
|
<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:
|
||||||
Base classes, key styles, and behaviors have been adjusted for flexibility and our <em>mobile first</em> approach.
|
|
||||||
Here's a partial list:
|
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Text-based form controls are now 100% wide. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li>
|
<li>Text-based form controls are now 100% wide. Wrap inputs inside <code><div class="col-*"></div></code> to control input widths.</li>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue