Skip to content

Commit 4e3ffa5

Browse files
committed
Merge pull request twbs#14902 from twbs/safari-justified-nav
Safari v8.0 still suffers from Justified Nav rendering bug
2 parents bf2ad00 + c897f9d commit 4e3ffa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_includes/components/navs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2 id="nav-justified">Justified</h2>
6060
<p><strong class="text-danger">Justified navbar nav links are currently not supported.</strong></p>
6161
<div class="bs-callout bs-callout-warning">
6262
<h4>Safari and responsive justified navs</h4>
63-
<p>As of v7.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the <a href="../examples/justified-nav/">justified nav example</a>.</p>
63+
<p>As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the <a href="../examples/justified-nav/">justified nav example</a>.</p>
6464
</div>
6565
<div class="bs-example">
6666
<ul class="nav nav-tabs nav-justified" role="tablist">

docs/examples/justified-nav/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>Marketing stuff!</h1>
5454
<div class="row">
5555
<div class="col-lg-4">
5656
<h2>Safari bug warning!</h2>
57-
<p class="text-danger">As of v7.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>
57+
<p class="text-danger">As of v8.0, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p>
5858
<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>
5959
<p><a class="btn btn-primary" href="#" role="button">View details &raquo;</a></p>
6060
</div>

0 commit comments

Comments
 (0)