aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 16:01:34 -0700
committerMark Otto <[email protected]>2013-07-26 16:01:34 -0700
commite686464ad89e826a6e1222f6c94cff2ea8332be6 (patch)
tree5ba992a5601def0bf7721481b302e7284098bedf /css.html
parent6585c723f8c88cc1d4f3b99d8b3f73ed770c83c3 (diff)
downloadbootstrap-e686464ad89e826a6e1222f6c94cff2ea8332be6.tar.xz
bootstrap-e686464ad89e826a6e1222f6c94cff2ea8332be6.zip
Simpler horizontal form button placement
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/css.html b/css.html
index d1bbfa40f..8e052a5bf 100644
--- 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>