]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update Responsive Accordion Tabs Page - Adding Headers!
authorharry <harmanmanchanda182@gmail.com>
Mon, 15 May 2017 17:28:37 +0000 (22:58 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 15 May 2017 17:28:37 +0000 (22:58 +0530)
docs/pages/responsive-accordion-tabs.md

index 3185a65285a5d4ad9375aac50142bb24b0e31265..c81938859ced4c5fc39eb7bcdb09914af1c61c5f 100644 (file)
@@ -18,6 +18,12 @@ The Accordion should have an id specified, but the plugin will automatically gen
 
 Accordion content should also have an ID, or the # of the href should be specified, otherwise a random id will be generated
 
+<div class="secondary callout">
+  <p>The accordion/tabs values can be in any order.</p>
+</div>
+
+#### Accordion HTML Markup
+
 ```html
 <ul class="accordion" data-responsive-accordion-tabs="accordion medium-tabs large-accordion">
   <li class="accordion-item is-active" data-accordion-item>
@@ -57,11 +63,7 @@ Accordion content should also have an ID, or the # of the href should be specifi
   </li>
 </ul>
 
-<div class="secondary callout">
-  <p>The accordion/tabs values can be in any order.</p>
-</div>
-
-Tabs HTML Markup
+#### Tabs HTML Markup
 
 ```html
 <ul class="tabs" data-responsive-accordion-tabs="tabs medium-accordion large-tabs" id="example-tabs">