From: Chris Rebert Date: Thu, 24 Jul 2014 20:57:39 +0000 (-0700) Subject: Update docs & add example for #14221 X-Git-Tag: v3.3.0~289^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14235%2Fhead;p=thirdparty%2Fbootstrap.git Update docs & add example for #14221 [skip sauce] --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 483c0e5884..5bb99f00c2 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -375,7 +375,7 @@

Static control

-

When you need to place plain text next to a form label within a horizontal form, use the .form-control-static class on a <p>.

+

When you need to place plain text next to a form label within a form, use the .form-control-static class on a <p>.

@@ -407,6 +407,32 @@
+{% endhighlight %} +
+
+
+ +

email@example.com

+
+
+ + +
+ +
+
+{% highlight html %} +
+
+ +

email@example.com

+
+
+ + +
+ +
{% endhighlight %}

Input focus