aboutsummaryrefslogtreecommitdiff
path: root/docs/components/list-group.md
AgeCommit message (Collapse)AuthorFilesLines
2016-11-27Rename `.flex-xs-*` and `.flex-items-xs-*` to `.flex-*` and `.flex-items-*` ↵Starsam801-4/+4
(#21218) * Clean up _flex.scss a little This commit just cleans up the formating of _flex.scss by changing it so that it uses a single `@include media-breakpoint-up` instead of multiple. It also aligns all of the CSS properties so it looks a bit nicer. * Remove `-xs` from flex classes
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-31Responsive display utilities (#20934)Mark Otto1-3/+3
* Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin
2016-10-30add specific docs example for badged list group itemsMark Otto1-0/+20
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
2016-10-27cleaned up the docs to complete the change from tag to badgejudetucker1-5/+5
2016-10-26Rename .tag to .badge to avoid conflicting with WordPressMark Otto1-3/+3
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-0/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto1-0/+1
* descriptions for getting started pages * descriptions for layout * add content page descriptions * more descriptions, updates to some existing ones * correct site url * add social stuff to config for twitter cards * add twitter meta tags; use large image for homepage and regular card for all others * add the assets * more site config * more social shiz to partial, remove existing meta for the partial, remove page title from homepage for simpler if statements
2016-09-26Rename pull-*-{left|right} classes to .float-*-left and .float-*-rightMark Otto1-3/+3
2016-02-17- Conveying color meaning to AT as markdown includePatrick H. Lauke1-0/+3
- Add/replace callout for color and AT with include
2016-02-11Updated label to tag in list-group exampleAmeya Pandilwar1-5/+5
2016-02-06Revamp list group items built with anchors and buttonsMark Otto1-30/+30
- Make it an explicit class instead of qualifying with elements (.list-group-item-action) - Rearrange the entire file for more straightforward flow - Fix text-decoration bug as a result of the reorder - Switch from h4's to h5's in docs - Update docs to merge anchors and buttons sections; clearify usage guidelines there, too - Nullify #17479 in the process
2016-01-13Remove near-duplicate contextual list group exampleChris Rebert1-7/+0
[skip sauce]
2016-01-13List group docs: rm unnecessary <p> from Markdown sourceChris Rebert1-1/+2
[skip sauce]
2015-11-26Add responsive float classes; fixes #13690Chris Rebert1-3/+3
2015-08-17copyMark Otto1-2/+2
2015-08-14Massive cleanupMark Otto1-1/+1
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
2015-08-12basic docs fix for badges in list group, still needs more changesMark Otto1-3/+3
2015-08-05fix broken markupMark Otto1-1/+0
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-06-18Merge branch 'master' into v4Mark Otto1-0/+14
2015-05-29add markdown toc stuffMark Otto1-6/+11
2014-07-13markdownify list groupMark Otto1-118/+59
2014-07-13frontmatter that shit upMark Otto1-0/+5
2014-07-12move list groupMark Otto1-0/+167