From 0471cbacb45abf92e6b9f704b6e9fd3c9a6e8d7c Mon Sep 17 00:00:00 2001 From: Brock Duncan Date: Wed, 26 Apr 2017 15:56:24 -0400 Subject: [PATCH] Show both html examples I think I have it here, I also think I made this way more difficult than it needed to be. --- docs/pages/responsive-accordion-tabs.md | 31 +++++++++++-------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/docs/pages/responsive-accordion-tabs.md b/docs/pages/responsive-accordion-tabs.md index 3f5956bc3..2a9427245 100644 --- a/docs/pages/responsive-accordion-tabs.md +++ b/docs/pages/responsive-accordion-tabs.md @@ -28,23 +28,6 @@ Accordion content should also have an ID, or the # of the href should be specifi ``` - -
-

The accordion/tabs values can be in any order.

-
- -```html - -``` -

Once you put it all together, here's what you get!
Scale your browser down to see the toggle happen.
I am an `Accordion on small and large` but I am `Tabs on medium`

@@ -73,9 +56,22 @@ Accordion content should also have an ID, or the # of the href should be specifi +
+

The accordion/tabs values can be in any order.

+
+ Tabs HTML Markup ```html + +

Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut dapibus.

@@ -85,7 +81,6 @@ Tabs HTML Markup
``` -

Once you put it all together, here's what you get!
Scale your browser down to see the toggle happen.
I am `Tabs on small and large` and `Accordion on medium`

-- 2.47.2