]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Differentiate Tab Example Content 7860/head
authorKevin Dice <kevin.dice1@gmail.com>
Wed, 13 Jan 2016 00:11:27 +0000 (18:11 -0600)
committerKevin Dice <kevin.dice1@gmail.com>
Wed, 13 Jan 2016 00:11:27 +0000 (18:11 -0600)
The tab bodies in the horizontal tab demo had the same contents, potentially causing a copy/paste user to think that the example code does not work.

docs/pages/tabs.md

index 7e4b5b64bc36c2d940cc2f2de3008869d1be8dbb..7c2d4a073d9bfd9b0c2e5f8538f1d28462ee45f7 100644 (file)
@@ -24,7 +24,7 @@ The tab content container has the class `.tabs-content`, while each section has
     <p>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.</p>
   </div>
   <div class="tabs-panel" id="panel2">
-    <p>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.</p>
+    <p>Suspendisse dictum feugiat nisl ut dapibus.  Vivamus hendrerit arcu sed erat molestie vehicula. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor.  Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor.</p>
   </div>
 </div>
 ```