aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-25normalize is no longer part of BSnextgenthemes1-4/+0
normalize is no longer part of BS
2017-02-22Refactor QUnit test page.Bardi Harborow1-84/+45
2017-02-21Remove vendor prefixes from appearance: none.Bardi Harborow1-3/+1
2017-02-12use secondary buttons instead of primary ones for a bit better example of stylesMark Otto1-6/+6
2017-02-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-26/+0
2017-02-11Remove unused input-size mixin (#21971)Pierre Vanduynslager1-26/+0
2017-02-11Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto2-2/+2
2017-02-09Merge pull request #21953 from matteason/patch-1Patrick H. Lauke1-1/+1
Change 'has no affect' to 'has no effect' in Modal documentation
2017-02-09Change 'has no affect' to 'has no effect'Matt Eason1-1/+1
2017-02-08Fixes #21941Pierre-Denis Vanduynslager2-11/+19
2017-02-07Fix fallback jquery filename (#21940)Waldson Moura1-1/+1
2017-02-07gruntMark Otto22-24/+1954
2017-02-07Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto6-4823/+4991
2017-02-05Update dependencies.Bardi Harborow6-4823/+4991
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 #21814. Also accounts for custom file inputs.Mark Otto1-1/+3
2017-02-04Fixes #21892Mark Otto1-2/+2
2017-02-04Add `utilities/flex` to the dedicated grid Sass bundle so folks can take ↵Mark Otto1-0/+1
advantage of the utilities for basic flex alignment
2017-02-04Fixes #21908Mark Otto1-1/+1
2017-02-04gruntMark Otto8-8/+12
2017-01-28Reduce the width to prevent the modal fills the screen widthJuan Carlos González Cabrero1-1/+1
2017-01-28Add new extra large size for modal containersJuan Carlos González Cabrero3-1/+35
2017-01-26Merge pull request #21850 from patrickhlauke/v4-devPatrick H. Lauke1-1/+1
Add aria-label to docs search field
2017-01-26Add aria-label to docs search fieldPatrick H. Lauke1-1/+1
2017-01-24Remove random cursor: default from pill nav (#21835)Mark Otto1-1/+0
Fixes #21560. Pretty sure this wasn't intentional, so should be fine to remove.
2017-01-24Allow button toolbars to wrap (#21826)Mark Otto1-0/+1
Fixes #21699
2017-01-24fixes #21567Mark Otto1-1/+1
2017-01-24grunt (fixes #21819)Mark Otto16-76/+78
2017-01-24Add align self to navbar brand (#21626)Sergey Kovalenko1-0/+1
2017-01-24Rename order utilities to intended class names (#21739)Mark Otto3-9/+9
* rename order utilities to intended class names * Documentation fixes.
2017-01-24Pixel perfect navbar toggler (#21821)Geremia Taglialatela1-2/+2
The actual available size of the navbar toggler icon is 30px, but the SVG uses a 32 unit grid. This commit uses a 30 unit grid and updates icon accordingly.
2017-01-23Update _custom.scss imports in other builds (#21825)Mark Otto2-9/+2
- Correctly places the _custom.scss file first in the other two buids. - Also removes the clearfix mixin from the grid build because flexbox yo.
2017-01-23Allow flex-based navs to wrap like they used to (#21824)Mark Otto1-0/+1
2017-01-23Remove `cursor: pointer;` (#21812)Mark Otto6-18/+0
* Remove most of custom cursor: pointer; implementations * turns out that's not so much of a thing
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 Harborow3-22/+24
2017-01-22Change to markdown (#21815)Quy1-1/+2
2017-01-22Fix spacebar key in Firefox for button elementsPierre-Denis Vanduynslager1-4/+4
2017-01-22Merge branch 'twbs/v4-dev' into dropdown-keyboardPierre-Denis Vanduynslager44-1723/+796
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 Otto24-1059/+583
2017-01-21Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto10-560/+191
* 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 Otto20-106/+20
2017-01-21Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-4/+10
2017-01-21Fix container within navbar on smallest breakpoint (#21722)Pierre Vanduynslager1-0/+7
* Make container in navbar to occupy full width even on smallest breakpoint * Fix typo in comment * Apply fix only on smaller breakpoint * drop the comment as chrome doesn't have a bug here
2017-01-21Progress line height (#21805)Mark Otto1-4/+2
* remove obvi comments * proper fix for #21801 - ensures .progress-bar text is vertically centered should the height of the .progress-bar change by matching the line-height and height values - we can't use flexbox here because the inner text of an element doesn't count as a flex item
2017-01-21fix segmented buttons (#21716)Gijs Boddeus1-4/+1
* fix segmented buttons changed flex-direction to row centering is now done by align-items instead of justify-content this way there is no need for flex property on the .btn inside .btn-group * Update _input-group.scss