From 9d13fd3fe3d1a4578dde8b2cf0a8c74b1e41405b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 23 Dec 2016 13:31:09 -0800 Subject: [PATCH] remove old flex utils, update docs to match --- docs/_includes/nav-home.html | 2 +- docs/components/list-group.md | 8 ++++---- docs/components/navbar.md | 2 +- docs/examples/album/index.html | 2 +- docs/examples/justified-nav/index.html | 2 +- docs/layout/grid.md | 26 +++++++++++++------------- scss/utilities/_flex.scss | 21 --------------------- 7 files changed, 21 insertions(+), 42 deletions(-) diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index e325d86052..3ba8520e04 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -25,7 +25,7 @@ {% endcomment %} -
+
Bootstrap diff --git a/docs/components/list-group.md b/docs/components/list-group.md index 1c13847249..0e06d3a7f2 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -27,19 +27,19 @@ The most basic list group is simply an unordered list with list items, and the p ## Badge -Add badges to any list group item to show unread counts, activity, and more with the help of some utilities. Note the [`flex-items-between` utility class]({{ site.baseurl }}/layout/grid/#horizontal-alignment), the badge's placement, and the lack of a float and margin utilities on the badges. +Add badges to any list group item to show unread counts, activity, and more with the help of some utilities. Note the [`justify-content-between` utility class]({{ site.baseurl }}/layout/grid/#horizontal-alignment), the badge's placement, and the lack of a float and margin utilities on the badges. {% highlight html %}
    -
  • +
  • Cras justo odio 14
  • -
  • +
  • Dapibus ac facilisis in 2
  • -
  • +
  • Morbi leo risus 1
  • diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 57e0bad7a1..2ee4c563ff 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -202,7 +202,7 @@ Place various form controls and components within a navbar with `.form-inline`. Align the contents of your inline forms with utilities as needed. {% example html %} -