aboutsummaryrefslogtreecommitdiff
path: root/docs/components/card.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-720/+0
2017-05-27update components docsMark Otto1-5/+3
2017-03-27Card image fixes (#22288)Mark Otto1-4/+4
* fix image stretching due to flexbox * fix broke text-muted on dark bg * no img-fluid needed
2017-03-18add header and footer to exampleMark Otto1-0/+2
2017-01-05Doc updates (#21542)Quy1-3/+3
* Change it's to its. * Fix links * Fix typos
2017-01-03Update sizing linksQuy1-1/+1
2017-01-02fixes #21509: remove reference to .card-deck-wrapperMark Otto1-1/+1
2016-12-22margins to separate some cards in examplesMark Otto1-10/+10
2016-12-22final docs cleanup with columns and moreMark Otto1-15/+21
2016-12-22card deck footer exampleMark Otto1-1/+38
2016-12-22add aligned footer exampleMark Otto1-0/+34
2016-12-22redo subheadings and organization of card layout optionsMark Otto1-5/+6
2016-12-22better grouping of card styles docsMark Otto1-3/+7
2016-12-22redo image section for intros and subheadingsMark Otto1-3/+7
2016-12-22retitle nav sectionMark Otto1-0/+5
2016-12-22update alignment section with widthsMark Otto1-0/+29
2016-12-22redo sizing section with utils and grid calloutsMark Otto1-2/+65
2016-12-22redo the supported content section entirely to give it sub sectionsMark Otto1-91/+40
2016-12-22redo docs intro for the exampleMark Otto1-2/+4
2016-12-21Flexbox all the time (Drop IE9 support and remove $enable-flex option) (#21389)Mark Otto1-28/+22
* remove the $enable-flex variable option * remove bootstrap-flex.css dist file and it's grunt task * remove the separate flex css file for docs; it's all the same now * remove flexbox docs (porting some to the main grid docs in next commit) * clean up few grid docs bits to simplify copy, start to mention flexbox * port relevant flexbox-grid.md content to grid.md - clean up mixins - update how it works section - bring over sizing and alignment sections * remove the $enable-flex from the options.md page * update lead paragraph to mention flexbox * update migration to mention loss of ie9 support * remove mention of flexbox dist file * clarify IE support * making a note * remove flexbox variant mentions from component docs - updates docs for media object, navs, list group, and cards to consolidate docs - no more need to callout flexbox variants since it's now the default * remove $enable-flex if/else from sass files * remove flex dist files * update scss lint property order to account for flex properties * linting * change to numberless classes for autosizing, wrap in highlighting div * bump gruntfile and postcss to ie10 * redo intro sections * rearrange * phew, redo hella grid docs - rearrange all the things - consolidate some bits * remove reference to flexbox mode * more border action for demo * Make some changes to the .card's in .card-deck's to ensure footers align to the bottom
2016-12-04Remove `.float-left` from card header nav (#21292)Starsam801-3/+3
2016-11-28Inverse card improvements (#21242)Mark Otto1-1/+1
* Add a color to .card-inverse to account for non .card- prefixed classes * reword the docs to better articulate what the class does
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-19/+19
2016-11-09Fix broken and redirected links.Bardi Harborow1-1/+1
2016-10-31Responsive display utilities (#20934)Mark Otto1-2/+2
* 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-26change the header nav description to include the new floatjudetucker1-1/+1
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto1-2/+3
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-2/+2
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-2/+2
2016-09-07v4: Card image fixes (#20667)Mark Otto1-3/+3
* Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images
2016-05-11Fix #17511 by adding mention to the docs for how to extend the card columnsMark Otto1-1/+14
2016-05-09clarify docs comment from #19459Mark Otto1-1/+1
2016-05-09Merge pull request #19459 from delftswa2016/v4-card-orderingMark Otto1-1/+3
Explicitly state the ordering of cards in card columns in the docs
2016-03-11Fixed typosFloris Verburg1-2/+2
2016-03-11Added explicit commentary to .card-* classesFloris Verburg1-0/+12
2016-03-10Explicitly state the ordering of cards in card columnsFloris Verburg1-1/+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-03fuck that other class, let's just get tabs and pills in thereMark Otto1-35/+2
2016-01-17fuck around with card borders and moreMark Otto1-0/+83
2016-01-06update docs to matchMark Otto1-7/+7
2016-01-06Merge pull request #18501 from petetnt/card-outline-docsMark Otto1-0/+55
Document .card-*-outline variants
2015-12-26Change wording on link styled as buttonPatrick H. Lauke1-2/+2
"Go somewhere" is more descriptive of an example link, rather than a button that triggers in-page functionality. Also makes it consistent with all other examples in this page
2015-12-09Document .card-*-outline variantspetetnt1-0/+55
2015-12-07fixes #17433: improve borders on .list-group-flush to remove dupe borders ↵Mark Otto1-0/+10
when appropro
2015-11-22Remove non-responsive text alignment classesChris Rebert1-11/+11
These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce]
2015-09-16Add <h3> header example to Cards docswolfika1-0/+11
resolves #17609
2015-09-06Fixes #17486: start work on responsive cards for decks, groups, and columnsMark Otto1-2/+6
2015-09-05Update Holder.js to v2.8.2.XhmikosR1-16/+16
[ci skip]
2015-08-23Docs: fix typo from 9c52e03Heinrich Fenkart1-1/+1