diff options
| author | Mark Otto <[email protected]> | 2013-11-16 22:02:59 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-16 22:02:59 -0800 |
| commit | 03501f9c4afc3a74bba958c388b32e5ac065e997 (patch) | |
| tree | 2590291a248334d167245b6c95b36ea7a7b9ae64 /components.html | |
| parent | 86678e66021657cf7d59a96b9cf0fe0cb42ee968 (diff) | |
| parent | ae4d5f21a96fab3691ca33e9e3747a01c467e10e (diff) | |
| download | bootstrap-03501f9c4afc3a74bba958c388b32e5ac065e997.tar.xz bootstrap-03501f9c4afc3a74bba958c388b32e5ac065e997.zip | |
Merge branch 'master' into docs_derp
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"> |
