aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorElvis Ratzlaff <[email protected]>2013-08-03 04:52:09 -0400
committerElvis Ratzlaff <[email protected]>2013-08-03 04:52:09 -0400
commite06b6ba7bafcd1391b8b592b9cabeeab17669f22 (patch)
tree6b14eb365e2036441476748f048009470c82d712 /css.html
parent777ae911b6d5d290675b8d90d8262fa2d355cb9e (diff)
parent5b66a1608e62fd9d82ae8f0fe300af69777423d0 (diff)
downloadbootstrap-e06b6ba7bafcd1391b8b592b9cabeeab17669f22.tar.xz
bootstrap-e06b6ba7bafcd1391b8b592b9cabeeab17669f22.zip
Merge remote-tracking branch 'upstream/3.0.0-wip' into 3.0.0-wip
Diffstat (limited to 'css.html')
-rw-r--r--css.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/css.html b/css.html
index 15682d97b..3254f84b2 100644
--- a/css.html
+++ b/css.html
@@ -1305,7 +1305,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
- <div class="col-offset-2 col-lg-10">
+ <div class="col-lg-offset-2 col-lg-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
@@ -1314,7 +1314,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
- <div class="col-offset-2 col-lg-10">
+ <div class="col-lg-offset-2 col-lg-10">
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>
@@ -1334,7 +1334,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
- <div class="col-offset-2 col-lg-10">
+ <div class="col-lg-offset-2 col-lg-10">
<div class="checkbox">
<label>
<input type="checkbox"> Remember me
@@ -1343,7 +1343,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</div>
</div>
<div class="form-group">
- <div class="col-offset-2 col-lg-10">
+ <div class="col-lg-offset-2 col-lg-10">
<button type="submit" class="btn btn-default">Sign in</button>
</div>
</div>