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
ccd56465
Commit
ccd56465
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add more missing role="form"-s
parent
b34292ce
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/jumbotron/index.html
+1
-1
examples/jumbotron/index.html
examples/signin/index.html
+1
-1
examples/signin/index.html
with
2 additions
and
2 deletions
+2
-2
examples/jumbotron/index.html
+
1
-
1
View file @
ccd56465
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
</div>
</div>
<div
class=
"navbar-collapse collapse"
>
<div
class=
"navbar-collapse collapse"
>
<form
class=
"navbar-form navbar-right"
>
<form
class=
"navbar-form navbar-right"
role=
"form"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<input
type=
"text"
placeholder=
"Email"
class=
"form-control"
>
<input
type=
"text"
placeholder=
"Email"
class=
"form-control"
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
examples/signin/index.html
+
1
-
1
View file @
ccd56465
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<div
class=
"container"
>
<div
class=
"container"
>
<form
class=
"form-signin"
>
<form
class=
"form-signin"
role=
"form"
>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<h2
class=
"form-signin-heading"
>
Please sign in
</h2>
<input
type=
"text"
class=
"form-control"
placeholder=
"Email address"
required
autofocus
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Email address"
required
autofocus
>
<input
type=
"password"
class=
"form-control"
placeholder=
"Password"
required
>
<input
type=
"password"
class=
"form-control"
placeholder=
"Password"
required
>
...
...
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