diff options
| author | Chris Rebert <[email protected]> | 2013-11-13 12:03:03 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-11-13 12:03:03 -0800 |
| commit | 4cbc8d49b10f707029019aaa5eba50e56390a3c5 (patch) | |
| tree | e58b3a1281fadc33b6ce75c526dc9073ea27241e /components.html | |
| parent | c1c2a8e18867bfa1644928428c693b367a5617a1 (diff) | |
| download | bootstrap-4cbc8d49b10f707029019aaa5eba50e56390a3c5.tar.xz bootstrap-4cbc8d49b10f707029019aaa5eba50e56390a3c5.zip | |
Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components.html b/components.html index 25ed9ea11..f991cccda 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"> |
