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
51f924ea
Commit
51f924ea
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#13968
parent
fec94e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/forms.html
+6
-0
docs/_includes/css/forms.html
with
6 additions
and
0 deletions
+6
-0
docs/_includes/css/forms.html
+
6
-
0
View file @
51f924ea
...
...
@@ -95,6 +95,12 @@
<label
class=
"sr-only"
for=
"exampleInputEmail2"
>
Email address
</label>
<input
type=
"email"
class=
"form-control"
id=
"exampleInputEmail2"
placeholder=
"Enter email"
>
</div>
<div
class=
"form-group"
>
<div
class=
"input-group"
>
<div
class=
"input-group-addon"
>
@
</div>
<input
class=
"form-control"
type=
"email"
placeholder=
"Enter email"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"sr-only"
for=
"exampleInputPassword2"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"exampleInputPassword2"
placeholder=
"Password"
>
...
...
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