aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-01-01Drop jscs on hound configvsn4ik1-5/+1
2017-01-01Update more copyright years to 2017 (#21491)Quan You5-8/+8
* 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-01Update carousel comments (#21501)Quy1-3/+3
2017-01-01Fix carousel markupQuy1-4/+4
2017-01-01gruntHeinrich Fenkart27-280/+109
2017-01-01Update copyright years to 2017Nuno Arruda10-15/+15
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
2016-12-31minor rephrasing on layout/overview docsAlice Young1-3/+3
2016-12-31Rip out the tab-focus mixin, remove application to anchors in rebootMark Otto3-15/+1
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto31-114/+5
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31Fix responsive embed class in flex containerなつき1-5/+18
2016-12-31Allow to use nav with tab JSJohann-S3-1/+50
2016-12-31one more test fileMark Otto1-2/+2
2016-12-31nuke local test vendor jquery and tether, replace with docs assetsMark Otto12-18/+13
2016-12-31move local docs jquery to slimMark Otto2-4/+4
2016-12-31update homepage to include depedencies, fixes #21250Mark Otto1-0/+2
2016-12-31make note of slim buildMark Otto1-1/+1
2016-12-31switch to jquery slim, update examples to use code.jquery.com cdnMark Otto15-16/+16
2016-12-31Update visual test carouselJohann-S1-4/+4
2016-12-30add example of width utilMark Otto1-1/+9
2016-12-30hook up animation toggleMark Otto1-0/+5
2016-12-30Rewrite progress component without <progress> elementMark Otto5-142/+119
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
2016-12-30fix navbar in dropdown visual test fileMark Otto1-4/+7
2016-12-31Change remaining JS files to comply with ESLint config.Bardi Harborow7-101/+104
2016-12-31Extend ESLint to cover all JS files and drop JSCS.Bardi Harborow3-46/+9
2016-12-30Document $enable-print-styles (#21474)Quy1-0/+1
2016-12-29Close #21249 : Add a Unit test for #21227Johann-S2-0/+62
2016-12-29redo and make stickyMark Otto2-4/+22