From 0c2055ef381d55388540496996788861fa04b7d8 Mon Sep 17 00:00:00 2001 From: Aaron Borden Date: Wed, 16 Oct 2013 19:02:04 -0700 Subject: Adding contextual styles to list-items --- components.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index b4040dbe9..3a6ccca1d 100644 --- a/components.html +++ b/components.html @@ -3325,6 +3325,27 @@ body { padding-bottom: 70px; } Porta ac consectetur ac Vestibulum at eros +{% endhighlight %} + +

Contextual classes

+

Use contextual classes to color list items.

+
+ +
+{% highlight html %} +
+ Cras justo odio + Dapibus ac facilisis in + Morbi leo risus + Porta ac consectetur ac + Vestibulum at eros +
{% endhighlight %}

Custom content

-- 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 From 6bc09dd94949e05827c541795e4133b0cdbf7cae Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Nov 2013 16:29:52 -0800 Subject: Fixes #11268: Account for badges within buttons by matching background to text color and text color to background --- components.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components.html') diff --git a/components.html b/components.html index 41b77f97f..e4c128ae3 100644 --- a/components.html +++ b/components.html @@ -2697,6 +2697,10 @@ body { padding-bottom: 70px; } +
+
{% highlight html %}
{% highlight html %}
-- cgit v1.2.3 From 1d20611d54e813884f3d85a35ccec81add12c6fa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Dec 2013 20:10:55 -0800 Subject: fix invalid HTML in components.html type="button" doesn't make sense for an --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index 457398078..8653149ff 100644 --- a/components.html +++ b/components.html @@ -1171,7 +1171,7 @@ base_url: "../" Left Middle
- + Right dropdown