aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-18fixes #21584Mark Otto1-4/+4
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
2017-03-18docs: add text-truncate and extend on text-nowrapjak1-8/+25
2017-03-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-4/+6
2017-03-12Update config files across the board.Bardi Harborow1-1/+3
2017-03-12Update dependencies.Bardi Harborow2-3/+3
2017-03-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto37-435/+185
2017-03-05Clean up spacers a bit moreStarsam801-6/+6
2017-03-05add moreMark Otto1-1/+1
2017-03-05fill in docs for layout utils pageMark Otto1-0/+10
2017-03-05move visibility docs and add .visible mentionMark Otto3-24/+33
2017-03-05update the migration docsMark Otto1-8/+10
2017-03-05clear out docs cssMark Otto1-79/+1
2017-03-05update instances of old classes in the docsMark Otto6-8/+8
2017-03-05Start rearranging the docs for a utilities updateMark Otto5-274/+87
— Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes
2017-03-05Update spacer utilities (#22123)Mark Otto3-11/+11
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
2017-03-03gruntMark Otto12-22/+16
2017-03-02Fixed spelling error. (#22102)Alex Neises1-1/+1
2017-03-02Fix spelling error.Sam Rapaport1-1/+1
2017-02-27Fix broken links.Bardi Harborow7-7/+7
2017-02-26add more grid layout optionsMark Otto1-1/+49
2017-02-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-2/+2
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-02-12use secondary buttons instead of primary ones for a bit better example of stylesMark Otto1-6/+6
2017-02-11Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+2
2017-02-09Change 'has no affect' to 'has no effect'Matt Eason1-1/+1
2017-02-07Fix fallback jquery filename (#21940)Waldson Moura1-1/+1
2017-02-07gruntMark Otto12-13/+978
2017-02-04stub out icons page in docsMark Otto2-6/+24
2017-02-04Rename icon-fonts.md to icons.mdMark Otto2-1/+1
2017-02-04Fixes #21892Mark Otto1-2/+2
2017-02-04gruntMark Otto4-4/+6
2017-01-26Add aria-label to docs search fieldPatrick H. Lauke1-1/+1
2017-01-24fixes #21567Mark Otto1-1/+1
2017-01-24grunt (fixes #21819)Mark Otto8-38/+39
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto2-6/+6
* rename order utilities to intended class names * Documentation fixes.
2017-01-23Fix body padding in Dashboard and Jumbotron examples.Geremia Taglialatela2-4/+4
The actual navbar height is 3.5rem.
2017-01-23Move htmllint to npm script.Bardi Harborow1-0/+18
2017-01-22Change to markdown (#21815)Quy1-1/+2
2017-01-22Change header to use markdown (#21809)Quy1-1/+2
Header will now display in the Contents section.
2017-01-21Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-1/+1
2017-01-21Update grid layout docs (#21806)Marcus Molchany1-1/+1
Update Mix and match section with correct responsive classes for stacking cols.
2017-01-21gruntMark Otto10-526/+287
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto3-4/+4
* 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-21gruntMark Otto11-54/+11
2017-01-16Specify card component is necessary for accordion behavior (#21746)Erin Brown1-1/+1
- It is unclear that the use of the card component is necessary when extending the collapse behavior to behave like an accordion.
2017-01-16Fix horizontal scrollbar appearing in docs (#21747)Geremia Taglialatela1-1/+1
On small screens (< 576px), all documentation pages containing `.bd-example` styled tags, show the horizontal scrollbar because of a wrong horizontal margin property. This PR sets the horizontal margin on gutter width basis instead of rem.
2017-01-15Update .tag to .badge in migration (#21565)Quy1-4/+4
2017-01-15Remove IE9 from SVG images callout (#21566)Quy1-2/+2
2017-01-15Add doc example with badge links (#21674)Pierre-Denis Vanduynslager1-0/+13
2017-01-15Update Search input to type="search" (#21617)Christian Oliff1-1/+1
This is semantically correct and works just as well.