Skip to content
GitLab
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
707903c6
Commit
707903c6
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
oops, another checkbox needing a new class
parent
a6d48b7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/forms.md
+3
-3
docs/components/forms.md
with
3 additions
and
3 deletions
+3
-3
docs/components/forms.md
+
3
-
3
View file @
707903c6
...
@@ -310,9 +310,9 @@ Because of this, you may need to manually address the width and alignment of ind
...
@@ -310,9 +310,9 @@ Because of this, you may need to manually address the width and alignment of ind
<label
class=
"sr-only"
for=
"exampleInputPassword3"
>
Password
</label>
<label
class=
"sr-only"
for=
"exampleInputPassword3"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"exampleInputPassword3"
placeholder=
"Password"
>
<input
type=
"password"
class=
"form-control"
id=
"exampleInputPassword3"
placeholder=
"Password"
>
</div>
</div>
<div
class=
"check
box
"
>
<div
class=
"
form-
check"
>
<label>
<label
class=
"form-check-label"
>
<input
type=
"checkbox"
>
Remember me
<input
class=
"form-check-input"
type=
"checkbox"
>
Remember me
</label>
</label>
</div>
</div>
<button
type=
"submit"
class=
"btn btn-primary"
>
Sign in
</button>
<button
type=
"submit"
class=
"btn btn-primary"
>
Sign in
</button>
...
...
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