diff options
| author | Steven Black <[email protected]> | 2013-09-04 14:40:32 -0400 |
|---|---|---|
| committer | Steven Black <[email protected]> | 2013-09-04 14:40:32 -0400 |
| commit | e3647c1320bd6d7fe070c33686cdc1eb0f879cf7 (patch) | |
| tree | 2f12baa2b529aa69c58251857031b08f51611001 | |
| parent | 11c3ffe4fc149b986e5a8be6beb3c3d4f6b3219e (diff) | |
| download | bootstrap-e3647c1320bd6d7fe070c33686cdc1eb0f879cf7.tar.xz bootstrap-e3647c1320bd6d7fe070c33686cdc1eb0f879cf7.zip | |
fixed a </p> tag that was on its own line.
| -rw-r--r-- | getting-started.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index 7705e85d8..91648b503 100644 --- a/getting-started.html +++ b/getting-started.html @@ -629,8 +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> + <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><div class="col-*"></div></code> to control input widths.</li> <li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</li> |
