From 91b9f43a0dd49deaa94f156c0d43fe26a7e70096 Mon Sep 17 00:00:00 2001 From: Colin Marshall Date: Sat, 16 Jun 2018 09:31:56 +0200 Subject: [PATCH] Use pull request #11034 from colin-marshall/docs/update-equalizer-grid-examples for v6.5.0 de70238e0 chore: migrate docs to use xy-grid in examples Signed-off-by: Nicolas Coden --- docs/pages/abide.md | 182 +++++++++++++++------------- docs/pages/card.md | 18 +-- docs/pages/dropdown.md | 178 ++++++++++++++------------- docs/pages/equalizer.md | 76 ++++++------ docs/pages/global.md | 22 ++-- docs/pages/index.md | 128 +++++++++---------- docs/pages/installation.md | 42 +++---- docs/pages/kitchen-sink.md | 62 +++++----- docs/pages/magellan.md | 16 +-- docs/pages/media-queries.md | 6 +- docs/pages/motion-ui.md | 14 +-- docs/pages/off-canvas.md | 8 +- docs/pages/prototyping-utilities.md | 16 +-- docs/pages/slider.md | 48 ++++---- docs/pages/sticky.md | 27 ++--- docs/pages/style-sherpa.md | 25 ++-- docs/pages/tabs.md | 74 +++++------ docs/pages/thumbnail.md | 8 +- docs/pages/toggler.md | 8 +- docs/pages/tooltip.md | 28 ++--- 20 files changed, 505 insertions(+), 481 deletions(-) diff --git a/docs/pages/abide.md b/docs/pages/abide.md index 86428a731..a4f62ee60 100644 --- a/docs/pages/abide.md +++ b/docs/pages/abide.md @@ -26,87 +26,97 @@ These input types create a text field: `text`, `date`, `datetime`, `datetime-loc -
-
- -

Here's how you use this input field!

-
-
- -

Enter a password please.

-
-
- -

This field is using the `data-equalto="password"` attribute, causing it to match the password field above.

+
+
+
+ +

Here's how you use this input field!

+
+
+ +

Enter a password please.

+
+
+ +

This field is using the `data-equalto="password"` attribute, causing it to match the password field above.

+
-
-
- -
-
- +
+
+
+ +
+
+ +
-
-
- +
+
+
+ +
+
+ Check these out + + + +
-
- Check these out - - - -
-
-
- Choose Your Favorite - not required, you can leave this one blank. - - - -
-
- Choose Your Favorite, and this is required, so you have to pick one. - - - -
+
+
+
+ Choose Your Favorite - not required, you can leave this one blank. + + + +
+
+ Choose Your Favorite, and this is required, so you have to pick one. + + + +
+
-
-
- -
-
- -
+
+
+
+ +
+
+ +
+
``` @@ -203,31 +213,35 @@ When the Form Errors cannot be placed next to its field, like in an Input Group, ```html
-
+
+

This input is ignored by Abide using `data-abide-ignore`

-
+

This input is ignored by Abide using `disabled`

-
+

This input is ignored by Abide using `type="hidden"`

-
-
- -
-
- -
+
+
+
+
+ +
+
+ +
+
``` diff --git a/docs/pages/card.md b/docs/pages/card.md index 5344bd55d..ca79a019d 100644 --- a/docs/pages/card.md +++ b/docs/pages/card.md @@ -110,8 +110,8 @@ Images play nicely with cards. Simply include one outside of the `.card-section`
``` -
-
+
+
@@ -119,7 +119,7 @@ Images play nicely with cards. Simply include one outside of the `.card-section`
-
+
@@ -140,8 +140,8 @@ Images play nicely with cards. Simply include one outside of the `.card-section`
``` -
-
+
+

Images work just fine below the content too!

@@ -197,8 +197,8 @@ You can either set the width of cards with custom css or add them into the Found
-
-
+
+
@@ -207,7 +207,7 @@ You can either set the width of cards with custom css or add them into the Found
-
+
@@ -216,7 +216,7 @@ You can either set the width of cards with custom css or add them into the Found
-
+
diff --git a/docs/pages/dropdown.md b/docs/pages/dropdown.md index d026b17f0..068f494f0 100644 --- a/docs/pages/dropdown.md +++ b/docs/pages/dropdown.md @@ -30,22 +30,23 @@ To create the dropdown trigger, add `data-toggle` to a ` ``` -
-
-

Bottom Left

- -