aboutsummaryrefslogtreecommitdiff
path: root/docs/components/progress.md
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-141/+0
2017-05-27update components docsMark Otto1-19/+9
2017-01-04Fix progress doc markupPierre-Denis Vanduynslager1-1/+1
2017-01-03Update sizing linksQuy1-1/+1
2016-12-30add example of width utilMark Otto1-1/+9
2016-12-30Rewrite progress component without <progress> elementMark Otto1-30/+98
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
2016-12-22follow up to #21393: clarify progress docs browser support and remove ie9 ↵Mark Otto1-14/+1
section
2016-11-26Remove 'xs' from text utilities (#21217)Starsam801-6/+6
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow1-1/+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-08-21Fixes #20495: Update heading hierarchy to avoid nested ToC that leads to ↵Mark Otto1-3/+3
hiding of entire ToC
2016-02-08Only caption 1st set of progress bar examplesChris Rebert1-29/+13
2016-02-07Docs: Add captions above progress bars; refs #17264Chris Rebert1-18/+47
[skip sauce]
2015-12-11update progress bar documentationPatrick H. Lauke1-1/+1
clarify lack of support for striped and animated striped bars in IE10+/Edge
2015-08-20<progress> docs: Add MDN linkChris Rebert1-1/+1
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-05restore page headers, use partial and page frontmatter to organize itMark Otto1-0/+1
2015-05-29add markdown toc stuffMark Otto1-0/+5
2015-04-16rename classes from .bs-docs and .bs to .bdMark Otto1-2/+2
2014-12-16Remove docs notes about old FirefoxesChris Rebert1-1/+1
2014-10-26fix progress bar animated biznasMark Otto1-3/+12
2014-07-11Rewrite progress to markdownMark Otto1-0/+59