Skip to content

Commit 1f329f8

Browse files
committed
the justified nav bug is still present in Safari v7.1
1 parent e33922e commit 1f329f8

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
@@ -59,7 +59,7 @@ <h2 id="nav-justified">Justified</h2>
5959
<p>Easily make tabs or pills equal widths of their parent at screens wider than 768px with <code>.nav-justified</code>. On smaller screens, the nav links are stacked.</p>
6060
<div class="bs-callout bs-callout-warning">
6161
<h4>Safari and responsive justified navs</h4>
62-
<p>As of v7.0.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>
62+
<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>
6363
</div>
6464
<div class="bs-example">
6565
<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.0.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 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>
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)