Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2013-11-22 00:02:54 +0400
committerChris Rebert <code@rebertia.com>2013-11-22 00:02:54 +0400
commitccd564650abd7024e81b69311c1f6bf75e1e9bab (patch)
tree44433c9743a7653e12a7774ccb52444437653364 /examples
parentb34292ce82a622656dfec4d71cfde74e71abfdbf (diff)
add more missing role="form"-s
Diffstat (limited to 'examples')
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/signin/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 3e301a1040..b7ff7f76c2 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -40,7 +40,7 @@
<a class="navbar-brand" href="#">Project name</a>
</div>
<div class="navbar-collapse collapse">
- <form class="navbar-form navbar-right">
+ <form class="navbar-form navbar-right" role="form">
<div class="form-group">
<input type="text" placeholder="Email" class="form-control">
</div>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 72110751f2..2f6e370204 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -30,7 +30,7 @@
<div class="container">
- <form class="form-signin">
+ <form class="form-signin" role="form">
<h2 class="form-signin-heading">Please sign in</h2>
<input type="text" class="form-control" placeholder="Email address" required autofocus>
<input type="password" class="form-control" placeholder="Password" required>