]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove flexbox mode callouts from docs pages, which are replaced by the tag next...
authorGeoff Kimball <geoff@zurb.com>
Thu, 18 Feb 2016 17:51:08 +0000 (09:51 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 18 Feb 2016 17:51:08 +0000 (09:51 -0800)
docs/pages/button-group.md
docs/pages/menu.md
docs/pages/off-canvas.md
docs/pages/top-bar.md

index 586257c8a372f39e7948383fdaaf83ebdde4e44b..315f9a33441a5f92d7679b55d4a14de4e8e50b6f 100644 (file)
@@ -7,10 +7,6 @@ tags:
 flexbox: true
 ---
 
-<div class="primary callout">
-  <p>This component supports flexbox mode. <a href="#">Learn how to enable flexbox mode</a>.</p>
-</div>
-
 ## Basics
 
 Add the `.button-group` class to a container, and inside it place any number of buttons. The buttons are separated by a small border.
index 8306eb2f35a5c578432be1254e246fed00a8051c..6b0ceb3b516d4a7342d59e0703969d5ab7a055c6 100644 (file)
@@ -11,10 +11,6 @@ tags:
 flex: true
 ---
 
-<div class="primary callout">
-  <p>This component supports flexbox mode. <a href="#">Learn how to enable flexbox mode</a>.</p>
-</div>
-
 The menu is a flexible, all-purpose component for navigation. It replaces Foundation 5's inline list, side nav, sub nav, and icon bar, unifying them into one component.
 
 ---
index e44d8dea3dfbd7235ba662aa6d074b75404969db..920bd24774b6788abf2cfbc123ff97fe6f8c2051 100644 (file)
@@ -92,6 +92,7 @@ If you need a simple title bar to toggle the off-canvas, `.title-bar` is here to
 </div>
 ```
 <br>
+
 #### Responsive Off-Canvas (Putting it all together)
 
 For an example of off-canvas on small screens and Top Bar Menu with Dropdowns, check out this Building Block: http://zurb.com/building-blocks/top-bar-with-off-canvas
index 9d5027c46a2bf30660a425bdb238648835b6dd8f..c8b0d24b709da0a12fb062a0181822a36039a99c 100644 (file)
@@ -9,10 +9,6 @@ flex: true
   <p>The features of Foundation 5's top bar are still around, but they've been reworked into smaller, individual plugins. Check out our page on <a href="responsive-navigation.html">responsive navigation</a> to learn more.</p>
 </div>
 
-<div class="primary callout">
-  <p>This component supports flexbox mode. <a href="#">Learn how to enable flexbox mode</a>.</p>
-</div>
-
 ## Basics
 
 A top bar (`.top-bar`) can have two sections: a left-hand section (`.top-bar-left`) and a right-hand section (`.top-bar-right`). On small screens, these sections stack on top of each other.