aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2017-01-02update docs and examples to use new utilsMark Otto8-10/+16
2017-01-02document new utils and change organization to match cssMark Otto3-19/+36
2017-01-02New position utils, split docsMark Otto1-0/+0
- Renames .pos-f-t to .fixed-top, adds .fixed-bottom and .sticky-top - Updates utilities Sass to be split across more files (one for position, sizing, and spacing)
2017-01-02fixes #21509: remove reference to .card-deck-wrapperMark Otto1-1/+1
2017-01-02gruntMark Otto6-6/+6
2017-01-01Update more copyright years to 2017 (#21491)Quan You4-6/+6
* Update ie10-viewport-bug-workaround.js year * Update narrow-jumbotron copyright year to 2017 * Update carousel/index.html copyright year to 2017 * Update browsers-devices.md copyright year to 2017 * Update change-version.js copyright year to 2017
2017-01-01Change .in to .show (#21500)Quy1-1/+1
2017-01-01Fix carousel markupQuy1-4/+4
2017-01-01gruntHeinrich Fenkart14-146/+60
2017-01-01Update copyright years to 2017Nuno Arruda4-6/+6
2016-12-31Move .table-responsive from wrapper to .tableQuy11-822/+785
2016-12-31tweak a few more thingsMark Otto1-3/+3
- adjust some verbiage - change the example to correct some labels and range names