]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Simpler horizontal form button placement
authorMark Otto <otto@github.com>
Fri, 26 Jul 2013 23:01:34 +0000 (16:01 -0700)
committerMark Otto <otto@github.com>
Fri, 26 Jul 2013 23:01:34 +0000 (16:01 -0700)
css.html

index d1bbfa40f3e9c43557727bcf10e0d3b57e1ddcb5..8e052a5bf9102096f095d7d065b8069b873ad3c5 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1269,8 +1269,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
               <input type="checkbox"> Remember me
             </label>
           </div>
-        </div>
-        <div class="col-lg-10 col-offset-2">
           <button type="submit" class="btn btn-default">Sign in</button>
         </div>
       </div>
@@ -1292,8 +1290,6 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
           <input type="checkbox"> Remember me
         </label>
       </div>
-    </div>
-    <div class="col-lg-10 col-offset-2">
       <button type="submit" class="btn btn-default">Sign in</button>
     </div>
   </div>