Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
602e0c0b
Commit
602e0c0b
authored
11 years ago
by
ChrisRiddell
Browse files
Options
Download
Email Patches
Plain Diff
fix Horizontal form docs
parent
4bac2c56
1 merge request
!9037
Fix Horizontal form docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css.html
+4
-4
css.html
with
4 additions
and
4 deletions
+4
-4
css.html
+
4
-
4
View file @
602e0c0b
...
...
@@ -1305,7 +1305,7 @@ For example, <code><section></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><section></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><section></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><section></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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets