]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed a </p> tag that was on its own line. 10421/head
authorSteven Black <steveb@stevenblack.com>
Wed, 4 Sep 2013 18:40:32 +0000 (14:40 -0400)
committerSteven Black <steveb@stevenblack.com>
Wed, 4 Sep 2013 18:40:32 +0000 (14:40 -0400)
getting-started.html

index 7705e85d85ad0364cf4dcdefb3ca3c236ba4fbdf..91648b50373e31e8c60d59ca4f2973a4e44c1255 100644 (file)
@@ -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>&lt;div class="col-*"&gt;&lt;/div&gt;</code> to control input widths.</li>
       <li><code>.badge</code> no longer has contextual (-success,-primary,etc..) classes.</li>