From ff5c75510d4c7445770048a117b4ac7764ca2031 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 28 Apr 2017 00:35:55 +0100 Subject: Rename .form-control-static to .form-control-readonly-plain --- docs/4.0/components/forms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 2bc4a91cb..0a5756c4d 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -115,16 +115,16 @@ Add the `readonly` boolean attribute on an input to prevent modification of the {% endexample %} -### Static +### Readonly plain text -If you want to have read-only fields in your form styled as plain text, use the `.form-control-static` class to remove the default form field styling and preserve the correct margin and padding. +If you want to have `` elements in your form styled as plain text, use the `.form-control-plaintext` class to remove the default form field styling and preserve the correct margin and padding. {% example html %}
- +
@@ -140,7 +140,7 @@ If you want to have read-only fields in your form styled as plain text, use the
- +
-- cgit v1.2.3