diff options
| author | Chris Rebert <[email protected]> | 2014-02-03 02:38:18 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-03 02:38:18 -0800 |
| commit | d675284cf65b0b1c30ed555f3148dd880a52da27 (patch) | |
| tree | 24150253ab5653cbdbdc54ae9fb11d798bec63a0 /docs | |
| parent | e5665c241727a868c1f308632b22b0fcebba1f92 (diff) | |
| download | bootstrap-d675284cf65b0b1c30ed555f3148dd880a52da27.tar.xz bootstrap-d675284cf65b0b1c30ed555f3148dd880a52da27.zip | |
Safari's justified nav bug is still present as of Safari v7.0.1; fixes #12454
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/examples/justified-nav/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index a1e6d063f..264e9c763 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1140,7 +1140,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, <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>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> + <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> </div> <div class="bs-example"> <ul class="nav nav-tabs nav-justified"> diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index b89714ba2..ac20c7dd4 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -53,7 +53,7 @@ <div class="row"> <div class="col-lg-4"> <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 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> <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> |
