aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/forms.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-07-01 10:42:36 -0700
committerMark Otto <[email protected]>2017-07-01 10:42:36 -0700
commit78167242b396f2c581468dd761f15391ee1e44f5 (patch)
tree452f5141ec05023593da9f4df80c501e62cc7cb2 /docs/4.0/components/forms.md
parent7f6479b0d9878dc8fc2de2a6787ec0f6450b46c9 (diff)
downloadbootstrap-78167242b396f2c581468dd761f15391ee1e44f5.tar.xz
bootstrap-78167242b396f2c581468dd761f15391ee1e44f5.zip
cleanup offsets
Diffstat (limited to 'docs/4.0/components/forms.md')
-rw-r--r--docs/4.0/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md
index 347de49f6..196ba4a8b 100644
--- a/docs/4.0/components/forms.md
+++ b/docs/4.0/components/forms.md
@@ -412,7 +412,7 @@ Be sure to add `.col-form-label` to your `<label>`s as well so they're verticall
</div>
</div>
<div class="form-group row">
- <div class="offset-sm-2 col-sm-10">
+ <div class="col-sm-10">
<button type="submit" class="btn btn-primary">Sign in</button>
</div>
</div>