From 4cbc8d49b10f707029019aaa5eba50e56390a3c5 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 13 Nov 2013 12:03:03 -0800 Subject: Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48 --- components.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index 25ed9ea11..f991cccda 100644 --- a/components.html +++ b/components.html @@ -1882,8 +1882,8 @@ base_url: "../"

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.

+

Safari and responsive justified navs

+

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

-- cgit v1.2.3 From 62299240d82b0024d6b369d2f38165b1a51e77a4 Mon Sep 17 00:00:00 2001 From: Jonas Weber Date: Thu, 21 Nov 2013 22:54:02 +0100 Subject: Issue #11550 : Easily copyable classes Removed all the periods. Tested in Chrome and Firefox (current versions). In Chrome you get a stray newline when triple-clicking, in Firefox it is clean. fixes #11550 --- components.html | 400 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 200 insertions(+), 200 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index f991cccda..eb917614f 100644 --- a/components.html +++ b/components.html @@ -19,803 +19,803 @@ base_url: "../" -- cgit v1.2.3 From 56f4cf0316b03af888c22c62e4ef24e437b4a370 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 28 Nov 2013 11:38:28 -0800 Subject: Fixes #11634: Add warning to docs to not combine icon classes with other elements --- components.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index 53a788f3f..ca6ae40ec 100644 --- a/components.html +++ b/components.html @@ -822,6 +822,10 @@ base_url: "../"

How to use

For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.

+
+

Don't mix with other components

+

Icon classes cannot be combined with other elements. They are designed to be standalone elements.

+
{% highlight html %} {% endhighlight %} -- cgit v1.2.3 From 61c641ea05c317e06bb3b9df0d9956abffc32e7e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 29 Nov 2013 21:08:16 -0800 Subject: fixes #10699: use xs grid classes in regular thumbnail docs --- components.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components.html') diff --git a/components.html b/components.html index ca6ae40ec..dead13da2 100644 --- a/components.html +++ b/components.html @@ -2780,22 +2780,22 @@ body { padding-bottom: 70px; }

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

-
+ -
+ -
+ -
+
Generic placeholder thumbnail @@ -2804,7 +2804,7 @@ body { padding-bottom: 70px; }
{% highlight html %}
-
+
... -- cgit v1.2.3