From cec0c7c6d6c6926dd372a91172c0081bb09fcc09 Mon Sep 17 00:00:00 2001 From: Eric Nolte Date: Fri, 4 Nov 2016 10:54:34 -0600 Subject: Update docs to reflect new breakpoint naming convention --- docs/components/forms.md | 64 ++++++++++++++++++++++++------------------------ docs/components/modal.md | 8 +++--- 2 files changed, 36 insertions(+), 36 deletions(-) (limited to 'docs/components') diff --git a/docs/components/forms.md b/docs/components/forms.md index 2a2e9f9d2..00b7dc250 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -172,80 +172,80 @@ Here are examples of `.form-control` applied to each textual HTML5 `` `ty {% example html %}
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
- -
+ +
@@ -630,14 +630,14 @@ Wrap inputs in grid columns, or any custom parent element, to easily enforce des {% example html %}
-
- +
+
-
- +
+
-
- +
+
{% endexample %} diff --git a/docs/components/modal.md b/docs/components/modal.md index 72cdbe565..9c3746116 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -286,11 +286,11 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta
Level 1: .col-sm-9
-
- Level 2: .col-xs-8 .col-sm-6 +
+ Level 2: .col-8 .col-sm-6
-
- Level 2: .col-xs-4 .col-sm-6 +
+ Level 2: .col-4 .col-sm-6
-- cgit v1.2.3