From 49065974f70e570c88006e590c993491a5fbfb5f Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 18 Feb 2016 09:51:08 -0800 Subject: [PATCH] Remove flexbox mode callouts from docs pages, which are replaced by the tag next to the page title --- docs/pages/button-group.md | 4 ---- docs/pages/menu.md | 4 ---- docs/pages/off-canvas.md | 1 + docs/pages/top-bar.md | 4 ---- 4 files changed, 1 insertion(+), 12 deletions(-) diff --git a/docs/pages/button-group.md b/docs/pages/button-group.md index 586257c8a..315f9a334 100644 --- a/docs/pages/button-group.md +++ b/docs/pages/button-group.md @@ -7,10 +7,6 @@ tags: flexbox: true --- -
-

This component supports flexbox mode. Learn how to enable flexbox mode.

-
- ## 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. diff --git a/docs/pages/menu.md b/docs/pages/menu.md index 8306eb2f3..6b0ceb3b5 100644 --- a/docs/pages/menu.md +++ b/docs/pages/menu.md @@ -11,10 +11,6 @@ tags: flex: true --- -
-

This component supports flexbox mode. Learn how to enable flexbox mode.

-
- 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. --- diff --git a/docs/pages/off-canvas.md b/docs/pages/off-canvas.md index e44d8dea3..920bd2477 100644 --- a/docs/pages/off-canvas.md +++ b/docs/pages/off-canvas.md @@ -92,6 +92,7 @@ If you need a simple title bar to toggle the off-canvas, `.title-bar` is here to ```
+ #### 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 diff --git a/docs/pages/top-bar.md b/docs/pages/top-bar.md index 9d5027c46..c8b0d24b7 100644 --- a/docs/pages/top-bar.md +++ b/docs/pages/top-bar.md @@ -9,10 +9,6 @@ flex: true

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 responsive navigation to learn more.

-
-

This component supports flexbox mode. Learn how to enable flexbox mode.

-
- ## 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. -- 2.47.2