From 4cbc8d49b10f707029019aaa5eba50e56390a3c5 Mon Sep 17 00:00:00 2001 From: Chris Rebert <code@rebertia.com> Date: Wed, 13 Nov 2013 12:03:03 -0800 Subject: [PATCH] Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48 --- components.html | 4 ++-- examples/justified-nav/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components.html b/components.html index 25ed9ea11f..f991cccda8 100644 --- a/components.html +++ b/components.html @@ -1882,8 +1882,8 @@ base_url: "../" <h2 id="nav-justified">Justified</h2> <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> <div class="bs-callout bs-callout-warning"> - <h4>WebKit and responsive justified navs</h4> - <p>Chrome and Safari both exhibit 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> + <h4>Safari and responsive justified navs</h4> + <p>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> </div> <div class="bs-example"> <ul class="nav nav-tabs nav-justified"> diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index 64e0171a35..9c36f66471 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -52,8 +52,8 @@ <!-- Example row of columns --> <div class="row"> <div class="col-lg-4"> - <h2>WebKit bug warning!</h2> - <p class="text-danger">Chrome and Safari both exhibit a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing.</p> + <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 »</a></p> </div> -- GitLab