aboutsummaryrefslogtreecommitdiff
path: root/docs/content
AgeCommit message (Collapse)AuthorFilesLines
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto6-1547/+0
2017-05-27revisit how we do these heading examples because the jekyll-toc plugin ↵Mark Otto2-57/+105
renders them awkwardly
2017-05-27update content docsMark Otto5-41/+13
2017-03-19rewrite in markdownMark Otto1-44/+7
2017-02-27Fix broken links.Bardi Harborow1-1/+1
2017-02-26Re-arranged contextual rows/cells (#21980)Jason Millis1-2/+2
Re-arranged contextual rows/cells so that example HTML matches example result.
2017-01-24fixes #21567Mark Otto1-1/+1
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto2-2/+2
* Get this party started by removing mention of Normalize.css * Nuke the old comment, consolidate to a single line and number as appropriate * Bring over styles for HTML element from Normalize to Reboot * Move margin override for body element from Normalize to Reboot * Drop the block reset for HTML5 elements in IE9- from Normalize given we dropped IE9 support * Building on previous commit, do the same thing for figure, figcaption, and main * Remove IE9- display from Normalize given our browser support * Drop IE8 figure margin because we're IE10+ * No need for the h1 overrides because we reset these font and margin styles anyway in _type.scss already * Drop Safari 6 b and strong normalization because we're Safari 8+ * Remove mark styles for IE9- from Normalize * Remove old iOS audio fixes from Normalize * Remove IE9- display for progress from Normalize * Remove more IE9- rules from Normalize * One more IE9- display removal for canvas element * Move pre overrides from Normalize to Reboot * Move over some link resets to Reboot, drop others - Move over background-color and text-decoration - Drop focus outline change given it affects the offset on hover of focused links * Move over more code element resets, consolidate with pre overrides, too * Move over sub and sup wholesale * Move over img normalization to Reboot * Move over SVG override too * - Drop dupe hidden, but add comment for it - Move over template - Move over summary * Remove bulk of @viewport comment * edit down that code comment * consolidate html-based normalizations * update comments * Consolidate abbr styles * move over more type elements * move over hr changes * move over form controls and more * move over button resets * move over firefox button changes * move over search changes and more * we nuke all these styles for fieldsets anyway, so outright remove them * no need for those, we override them * move over legend, fieldset, progress * line break * delete normalize file * linting * update comment * clarify docs mentions of normalize and reboot * remove normalize excludes from linter * remove normalize excludes from cli task * linting * callout license since we forked part of normalize * Improve comments, move table background reset to .table class instead of in reboot * trailing space
2017-01-15Remove IE9 from SVG images callout (#21566)Quy1-2/+2
2017-01-05Update broken links.Bardi Harborow1-1/+1
2017-01-03leave a note in the docsMark Otto1-0/+1
2017-01-03Drop .table-reflowMark Otto1-58/+0
Tried redoing this in flexbox, but it falls apart really quickly. Any changes in height of the cells throws it all off since the rows become columns (and thus, content across columns cannot be equally sized). Rather than implement something with such glaring flaws, I'm nuking it outright.
2016-12-31Move .table-responsive from wrapper to .tableQuy1-1/+1
2016-12-22Remove IE9 browser hacks. (#21393)Bardi Harborow1-1/+1
2016-12-19Add 'system-ui' to font stack.Bardi Harborow1-1/+3
2016-12-02Remove soon-to-be-defunct callout about Firefox fieldset bug (#21262)Chris Rebert1-14/+0
The relevant bug has been fixed in Firefox 53: https://bugzilla.mozilla.org/show_bug.cgi?id=504622
2016-11-28Fix #20908 (#21244)Mark Otto1-1/+1
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
2016-11-26Remove 'xs' from text utilities (#21217)Starsam802-3/+3
2016-11-26Move .table-responsive to .table instead of as a parentMark Otto1-141/+133
2016-11-04Update docs to reflect new breakpoint naming conventionEric Nolte1-2/+2
2016-10-31Responsive display utilities (#20934)Mark Otto1-4/+4
* 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-31Fixes #21057, fixes utilities link on typography documentation page (#21058)Rodrigo Castro1-1/+1
2016-10-09Merge branch 'v4-dev' into v4-utilsMark Otto6-10/+16
2016-10-03Fix broken/redirected links, moving to HTTPS where possible. (#20557)Bardi Harborow5-8/+8
2016-10-02Document that all table styles are inherited (#20699)Mark Otto1-1/+1
2016-10-02v4: Social meta tags (#20825)Mark Otto6-1/+7
* 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-4/+4
2016-09-08Add new border utilsMark Otto1-6/+2
- Move and rename .img-rounded to .rounded, .img-circle to .rounded-circle - Add new .rounded-{direction} utils - New docs pages for border utils with TBD comments for the border property - Removes most image examples for rounding from the content/images docs in favor of new docs page
2016-09-08updated docs to reflect change in img-rounded classjudetucker2-12/+12
2016-09-08Update docs to use new spacing util class namesMark Otto2-6/+6
2016-09-07Fix docs for heading sizes (#20646)Igor Tarasov1-6/+6
* Fix docs for heading sizes (sizes here were from v3) * Added rem sizes to header size docs * Fixed erroneous px sizes
2016-09-07fixes #20655: Update font stack list in the Reboot docs to match current CSS ↵Mark Otto1-8/+0
usage (#20666)
2016-05-16Fixed a small typodumb1-1/+1
2016-05-11Overhaul tables docs and use rgba() colors for inverse tablesMark Otto1-0/+135
- Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles
2016-05-08Fixes #18492: Document .h1-.h6, change docs mention of inline usage to ↵Mark Otto1-1/+12
varying elements
2016-05-08Merge pull request #19863 from twbs/v4-inverse-table-variantsMark Otto1-7/+98
v4: Inverse table variants
2016-05-08add code snippetMark Otto1-0/+18
2016-05-08Update table docsMark Otto1-7/+80
- Change some things around, add some copy - Include table variant styles for the inverse tables thanks to bg and color utils
2016-05-08document table border collapse change, move from old normalize to our rebootMark Otto1-1/+1
2016-04-11Merge pull request #19710 from twbs/ios-9.3-fast-tapPatrick H. Lauke1-2/+2
Update 300ms click delay docs to reflect iOS 9.3 improvements
2016-04-10Update 300ms click delay docs to reflect iOS 9.3 improvementsChris Rebert1-2/+2
[skip sauce]
2016-04-08Fixes #19690: Mention classes better for .list-inline and .list-inline-itemMark Otto1-1/+1
2016-04-06Update lingering implicit prose reference to `.center-block`Chris Rebert1-1/+1
Closes #19339 Refs #19102, #19443, #19665 [skip sauce]
2016-04-06Finish killing .center-block; fixes #19443Teo Dell'Amico1-2/+2
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
2016-03-06Merge pull request #19408 from delftswa2016/v4-devPatrick H. Lauke1-0/+10
Introduction for using table-reflow
2016-03-06Introduction for using table-reflow.Floris Verburg1-0/+10
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-16Fix typos in plural tag namesJaga Santagostino1-1/+1
2016-02-08Fixes+tweaks to native font stack docsChris Rebert1-4/+8
[skip sauce]
2016-02-07Fix bad localhost link in Typography docsChris Rebert1-1/+1
Fixup for 27ba4beb228a4a5ad47ef40ff2c688b25cf9a8d5 /fyi @mdo [skip sauce]