From eea9eabb83a54402f0219d799e2156525d3c7709 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 17 Mar 2014 03:12:03 -0700 Subject: fix raw source to match live example #12956 errata --- docs/_includes/css/type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 9c5aee200..80e30cd42 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -112,7 +112,7 @@

You can use the mark tag to highlight text.

{% highlight html %} -This line of text is meant to be treated as deleted text. +You can use the mark tag to highlight text. {% endhighlight %} -- cgit v1.2.3 From 4df96c768f823106949ea07898b231ab8d40b109 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 17 Mar 2014 03:15:27 -0700 Subject: fix description of #12956 errata --- docs/_includes/css/type.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 80e30cd42..2ea046519 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -107,7 +107,7 @@

Inline text elements

Marked text

-

For indicating blocks of text that have been deleted use the <mark> tag.

+

For highlighting a run of text due to its relevance in another context, use the <mark> tag.

You can use the mark tag to highlight text.

-- cgit v1.2.3 From 1d6187956f3a0ae0a3527da533b21608b9e18c3e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 25 Mar 2014 23:00:47 -0700 Subject: Document #13186 --- docs/_includes/css/forms.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'docs/_includes/css') diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index eb2141cf1..5a76ce495 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -254,7 +254,7 @@ {% endhighlight %} -

Inline checkboxes

+

Inline checkboxes and radios

Use the .checkbox-inline or .radio-inline classes on a series of checkboxes or radios for controls that appear on the same line.

@@ -268,6 +268,18 @@ 3
+
+
+ + + +
{% highlight html %}