aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06hashesv4.0.0-alpha.6Mark Otto1-2/+2
2017-01-06gruntMark Otto13-13/+13
2017-01-06rubygems version bumpMark Otto1-2/+2
2017-01-06version bumpMark Otto36-110/+110
2017-01-06gruntMark Otto11-11/+11
2017-01-06Fix media object alignment examples.Bardi Harborow1-3/+3
2017-01-05gruntMark Otto7-19/+19
2017-01-05Update nuspec to support jquery v1.9.1 - v3.xSupergibbs2-6/+6
2017-01-05Doc updates (#21542)Quy7-10/+10
* Change it's to its. * Fix links * Fix typos
2017-01-05Merge pull request #21093 from Johann-S/fixButtonGrpAriaPatrick H. Lauke2-3/+14
Close #21090 - Fix aria-pressed attribute for buttons in container with data-attribute="buttons"
2017-01-05Update dependencies.Bardi Harborow22-65/+67
2017-01-05Update broken links.Bardi Harborow6-6/+6
2017-01-04gruntMark Otto23-75/+31
2017-01-04Use pageYOffset instead of scrollYPierre-Denis Vanduynslager1-1/+1
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-04Close #21090 - Fix aria-pressed attribute for buttons in container with ↵Johann-S2-3/+14
data-toggle='buttons'
2017-01-03Custom Forms: Allow Chrome/Firefox feature that lets the user drag and drop ↵Phillip Marshall1-0/+2
into file inputs (#20033) * Restored functionality of dragging files into .custom-file inputs. * Replaced padding with height on .custom-file-input
2017-01-03clarify usage of base font-size so we know what's upMark Otto5-4/+5
2017-01-03leave a note in the docsMark Otto1-0/+1
2017-01-03Remove -size-root so we can respect user prefs on browser default font-sizeMark Otto3-9/+8
2017-01-03Drop .carete (#21525)Quy4-30/+0
2017-01-03gruntMark Otto16-22/+22
2017-01-03Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto6-554/+118
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-03button groups should be inline-flex to match their button counter parts ↵Mark Otto1-1/+1
(inline-block currently)
2017-01-04Update shrinkwrap.Bardi Harborow1-459/+106
2017-01-04Move node-sass to npm script and drop Ruby Sass.Bardi Harborow5-95/+12
2017-01-03gruntMark Otto22-119/+28
2017-01-03Drop .table-reflowMark Otto3-102/+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-02Remove .navbar-dividerQuy1-8/+0
2017-01-02Dropdown: close menu when focusing outside element (#21375)Pierre-Denis Vanduynslager2-4/+65
* Close dropdown menu when focusing an outside element * Update unit test to new markup
2017-01-02gruntMark Otto18-114/+74
2017-01-02update seletors in jsMark Otto2-5/+5
2017-01-02remove magic dropdown positioning for fixed bottom; folks should set this as ↵Mark Otto1-3/+1
needed with .dropup modifier
2017-01-02update rest of docs, remove navbar specific modifiers, fix docs example cssMark Otto5-44/+17
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 Otto5-21/+35
- 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-02remove line breakMark Otto1-1/+0
2017-01-02Remove .navbar-divider; it's undocumented and wasn't updated with the ↵Mark Otto2-21/+0
flexbox navbar updates, so it's kinda bunk right now
2017-01-02fixes #21511: set line-height to 1.1 for display headingsMark Otto2-10/+15
- had to rearrange vars to re-use heading line-height - align values while we're at it
2017-01-02fixes #21509: remove reference to .card-deck-wrapperMark Otto1-1/+1
2017-01-02gruntMark Otto11-11/+11