From 97bcfb9e7fcc140c32d4e7657f0db09128eb909d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 5 Aug 2015 00:48:42 -0700 Subject: rip badges --- docs/components/badges.md | 56 ----------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 docs/components/badges.md (limited to 'docs/components') diff --git a/docs/components/badges.md b/docs/components/badges.md deleted file mode 100644 index 324053fec..000000000 --- a/docs/components/badges.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -layout: page -title: Badges ---- - -Badges are indicators for new or unread activity and include support for the active states of our [navigation components](/components/navs/), links, buttons, and more. - -## Contents - -* Will be replaced with the ToC, excluding the "Contents" header -{:toc} - -{% example html %} -Inbox 42 -{% endexample %} - -### Self collapsing - -When there are no new or unread items, badges will simply collapse (via CSS's `:empty` selector) provided no content exists within. - -### Active nav - -Built-in styles are included for placing badges in active states in pill navigations. - -{% example html %} - -{% endexample %} - -### Buttons - -Like active nav links, badges in Bootstrap buttons automatically restyle to better blend into the background. - -{% example html %} - - - - -{% endexample %} -- cgit v1.2.3