aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-22 22:09:04 -0500
committerMark Otto <[email protected]>2013-11-22 22:09:04 -0500
commit98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3 (patch)
tree1eb37ecb58bc71628504273161dd0bb11dd4753e /examples
parent37f3944bd9a1cc2b7cb2dda6f767b708daab5fc1 (diff)
parent4c246c0117ea56cb10b91b635ff415ec20d9c97d (diff)
downloadbootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.tar.xz
bootstrap-98980b0fb2ebc813ac7cdb7b47dafd95c9d35db3.zip
Merge branch 'master' into docs_derp
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 3e301a104..b7ff7f76c 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 72110751f..2f6e37020 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>