aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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.
2017-01-15Correct xs and sm breakpoint values in responsive utilities docs (#21664)Amy Gori1-2/+2
2017-01-15Remove unused scss variables (#21579)Pierre-Denis Vanduynslager1-1/+0
* Remove unused scss variables * Remove unnecessary space * Remove $zindex-navbar from docs * Re-add $progress-box-shadow
2017-01-15Add alert divider (<hr>) example in docs (#21673)Pierre-Denis Vanduynslager1-1/+2
* Add alert divider (<hr />)example in docs * <hr/> => <hr> per @vsn4ik suggestion
2017-01-15Fixed minor typoMarios Zindilis1-1/+1
2017-01-15Merge pull request #21730 from patrickhlauke/v4-docs-focus-stylesPatrick H. Lauke3-3/+9
[Docs] Add missing :focus styles
2017-01-15Update broken links. (#21696)Pierre-Denis Vanduynslager2-2/+2
2017-01-14Add missing :focus stylesPatrick H. Lauke3-3/+9
Double up :hover styles to also apply on :focus (particularly the masthead button needs this, as otherwise it gives no visible indication of being focused)
2017-01-12Merge pull request #21671 from vanduynslagerp/fix-21665Patrick H. Lauke1-1/+1
Fix modal id in doc example (Fix #21665)
2017-01-11Remove incorrect aria-multiselectablePatrick H. Lauke1-1/+1
Closes https://github.com/twbs/bootstrap/issues/21635
2017-01-11Fix modal id in docPierre-Denis Vanduynslager1-1/+1
2017-01-08Fix incorrect docs.min.js bundle source.Bardi Harborow1-7/+4
2017-01-06gruntMark Otto1-1/+1
2017-01-06rubygems version bumpMark Otto1-2/+2
2017-01-06version bumpMark Otto4-27/+27
2017-01-06gruntMark Otto6-6/+6
2017-01-06Fix media object alignment examples.Bardi Harborow1-3/+3
2017-01-05gruntMark Otto3-12/+12
2017-01-05Doc updates (#21542)Quy6-9/+9
* Change it's to its. * Fix links * Fix typos
2017-01-05Update dependencies.Bardi Harborow16-17/+17
2017-01-05Update broken links.Bardi Harborow6-6/+6
2017-01-04gruntMark Otto11-37/+15
2017-01-04Update custom content example for list group to use utils so the layout ↵Mark Otto1-10/+22
doesn't break
2017-01-04Fix progress doc markupPierre-Denis Vanduynslager1-1/+1
2017-01-04Fix typo on v4 Migration pageSergio Pantoja1-1/+1
2017-01-03leave a note in the docsMark Otto1-0/+1
2017-01-03gruntMark Otto9-12/+12
2017-01-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-13/+0
2017-01-03fixes #21454 by revamping some docs styles for dropdownsMark Otto2-42/+29
2017-01-03remove some docs calloutsMark Otto2-8/+0
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow1-13/+0
2017-01-03gruntMark Otto11-59/+13
2017-01-03Drop .table-reflowMark Otto2-59/+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.
2017-01-03autohide scrollbar for IEMark Otto1-0/+1
2017-01-03update textMark Otto1-1/+1
2017-01-03Update sizing linksQuy2-2/+2
2017-01-03Added information about list-group-flushJonathan1-0/+1
2017-01-02gruntMark Otto9-57/+37
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto2-6/+8