]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Also mention the "no justified navbars" limitation in the Nav docs 14676/head
authorChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 01:06:39 +0000 (18:06 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 24 Sep 2014 01:06:39 +0000 (18:06 -0700)
Refs #14598
[skip sauce]

docs/_includes/components/navs.html

index cf6ffe4fc76a2ede6ac99b9b084a1df3b0e7c417..0e9af578a69bd9f668d3488b67040d4982d95ca0 100644 (file)
@@ -57,6 +57,7 @@
 
   <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>
+  <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>