aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-28 15:55:17 -0800
committerMark Otto <[email protected]>2013-11-28 15:55:17 -0800
commitb5f9cc20578fb57b2b69e10cf32bba55f9c940e4 (patch)
tree72b6c245b35c2c6783bc43d4add6ce0e1e65b801 /examples
parent0da3901ed5a6d498af8b7c76b61d004a003f716b (diff)
parent0be94180b99cec9be239124c666721e40fbfbc97 (diff)
downloadbootstrap-b5f9cc20578fb57b2b69e10cf32bba55f9c940e4.tar.xz
bootstrap-b5f9cc20578fb57b2b69e10cf32bba55f9c940e4.zip
Merge branch 'master' into pr/11414
Conflicts: dist/css/bootstrap.min.css
Diffstat (limited to 'examples')
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/justified-nav/index.html3
-rw-r--r--examples/signin/index.html2
3 files changed, 4 insertions, 3 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/justified-nav/index.html b/examples/justified-nav/index.html
index c2cf0ca13..9c36f6647 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -52,7 +52,8 @@
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
- <h2>Heading</h2>
+ <h2>Safari bug warning!</h2>
+ <p class="text-danger">Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
<p><a class="btn btn-primary" href="#" role="button">View details &raquo;</a></p>
</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>