diff options
| author | Chris Rebert <[email protected]> | 2014-10-28 21:24:45 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-28 21:24:45 -0700 |
| commit | c897f9d5f0b331dfafb571429d7bd845b6b73b6a (patch) | |
| tree | d53c539ccca5643dbe16ce56cd91a5291b267d04 /docs/_includes/components | |
| parent | bf2ad00ee0e9f0f74b476f6245f781bcc9c0d350 (diff) | |
| download | bootstrap-c897f9d5f0b331dfafb571429d7bd845b6b73b6a.tar.xz bootstrap-c897f9d5f0b331dfafb571429d7bd845b6b73b6a.zip | |
Safari v8.0 still suffers from Justified Nav rendering bug
Diffstat (limited to 'docs/_includes/components')
| -rw-r--r-- | docs/_includes/components/navs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 0e9af578a..c9fc189c5 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -60,7 +60,7 @@ <p><strong class="text-danger">Justified navbar nav links are currently not supported.</strong></p> <div class="bs-callout bs-callout-warning"> <h4>Safari and responsive justified navs</h4> - <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> + <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> </div> <div class="bs-example"> <ul class="nav nav-tabs nav-justified" role="tablist"> |
