From 4d23aa4ef50ac16fec9fbc12832ad99f362ac703 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 26 Aug 2013 17:37:52 -0700 Subject: Address #9873 and fix #9774 * Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example --- components.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index e4a1fdb7e..36f7a23f9 100644 --- a/components.html +++ b/components.html @@ -1243,7 +1243,11 @@ base_url: "../" -

Easily make tabs or pills equal widths of their parent with .nav-justified.

+

Easily make tabs or pills equal widths of their parent at screens wider than 768px with .nav-justified. On smaller screens, the nav links are stacked.

+
+

WebKit and responsive justified navs

+

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 justified nav example.

+