| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-06 | Merge branch 'patch-1' of https://github.com/thekondrashov/bootstrap into ↵ | Mark Otto | 2 | -8/+8 | |
| thekondrashov-patch-1 | |||||
| 2016-02-06 | Merge pull request #19102 from twbs/v4-center-utils | Mark Otto | 4 | -12/+0 | |
| v4: Drop .center-block for new-ish .m-x-auto | |||||
| 2016-02-06 | Merge pull request #18488 from vsn4ik/v4-use-mixin-for-text-muted | Mark Otto | 1 | -3/+1 | |
| Use text-emphasis mixin for .text-muted | |||||
| 2016-02-06 | Drop .center-block for .m-x-auto | Mark Otto | 4 | -12/+0 | |
| - Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated) | |||||
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-font-stack | Mark Otto | 15 | -312/+407 | |
| 2016-02-06 | linting grid css | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | Update to drop Open Sans, add Fira and Droid Sans | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | use px in grid col padding since we're using px everywhere else for them | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | linting | Mark Otto | 2 | -9/+9 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | linter | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 14 | -310/+405 | |
| 2016-02-06 | linter overhaul | Mark Otto | 14 | -310/+405 | |
| 2016-02-06 | Ugh, Sass doesn't do extends across media, so we can't use placeholder here | Mark Otto | 3 | -21/+5 | |
| 2016-02-06 | property order and white space | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | property order | Mark Otto | 1 | -1/+1 | |
| 2016-02-06 | More grid updates | Mark Otto | 2 | -25/+12 | |
| - Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too | |||||
| 2016-02-06 | flip things around again, no more base class, try out some new stuff to keep ↵ | Mark Otto | 3 | -16/+33 | |
| responsive flex grid working | |||||
| 2016-02-06 | add horizontal flex utils | Mark Otto | 1 | -0/+9 | |
| 2016-02-06 | rename vertical align flex utils to middle to avoid clash with horizontal center | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | more accurate comments | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | Move the conditional statement back to the file because nested imports ↵ | Mark Otto | 2 | -21/+20 | |
| aren't supported in Sass | |||||
| 2016-02-06 | rename .flex-all-* to .flex-items-* to match flexbox nomenclature | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | Conditionally include the flex utils in the import stack and reduce to a ↵ | Mark Otto | 2 | -22/+16 | |
| single query | |||||
| 2016-02-06 | Move grid flex classes to utils instead maybe? | Mark Otto | 2 | -37/+35 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 1 | -6/+6 | |
| 2016-02-06 | Revamp grid classes to require .col base class and improve flexbox grid ↵ | Mark Otto | 3 | -17/+17 | |
| classes with auto layout via flex: 1 | |||||
| 2016-02-06 | rearrange scss lint config to put flex over float | Mark Otto | 1 | -6/+6 | |
| 2016-02-05 | Switch to native font stack | Mark Otto | 1 | -2/+2 | |
| 2016-02-04 | Revert separation of <hN> and .hN heading styles | Chris Rebert | 1 | -16/+6 | |
| This reverts commit deeb74e321f8ba676dce8f13809c2aace0e0c537. Reverts #18038 Fixes #18992 [skip sauce] [skip validator] | |||||
| 2016-02-03 | Merge branch 'v4-card-fuckery' into v4-dev | Mark Otto | 3 | -17/+31 | |
| 2016-02-03 | fuck that other class, let's just get tabs and pills in there | Mark Otto | 1 | -11/+0 | |
| 2016-02-03 | Dump the type margin overrides in alerts for utils, document that particular ↵ | Mark Otto | 1 | -9/+0 | |
| example, sidesteps part of #18884 | |||||
| 2016-02-03 | Redo line-height globally | Mark Otto | 13 | -19/+9 | |
| - Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also) | |||||
| 2016-01-26 | Update print styles to v5.3.0 of html5 boilerplate. | XhmikosR | 1 | -4/+32 | |
| 2016-01-23 | Allow a <label> for .input-group-addon by zeroing out margin-bottom | mkroeders | 1 | -0/+1 | |
| When using a <label> as an .input-group-addon, there will be a default margin-bottom of .5rem via Reboot. This will lead to undesirable whitespace below the label and the <input> will become taller than needed. By removing the margin, it will play nice with <label> elements. Closes #19012 | |||||
| 2016-01-23 | Merge pull request #19001 from twbs/bump-normalize | Chris Rebert | 2 | -8/+3 | |
| Bump Normalize so we can remove Reboot's input[type=search] box-sizing override | |||||
| 2016-01-23 | Merge pull request #19002 from twbs/blockquote-border-width | Mark Otto | 2 | -2/+3 | |
| Add $blockquote-border-width variable | |||||
| 2016-01-23 | Merge pull request #19000 from twbs/print-img-max-width-100-hell | Mark Otto | 1 | -4/+0 | |
| Remove print-specific img max-width:100%; style so that Google Maps etc. print correctly | |||||
| 2016-01-23 | Merge pull request #18927 from twbs/fix-16871 | Mark Otto | 3 | -2/+5 | |
| Apply word-wrap:break-word to Tooltips and Popovers | |||||
| 2016-01-23 | scss/_forms.scss: Remove now-unnecessary SCSS-Lint exemption | Chris Rebert | 1 | -3/+0 | |
| [skip sauce] | |||||
| 2016-01-21 | Reboot: Remove now-unnecessary input[type="search"] box-sizing override | Chris Rebert | 1 | -2/+0 | |
| Revert "fixes #17379: override search input box-sizing to match our global overrides" This reverts commits 468a9d9359a1008675b2c19a1fae1d9016a7686d & 57998dc274a06b64d4caeda372aeea7b9d1af3ee. https://github.com/necolas/normalize.css/pull/496 has made this override unnecessary. [skip sauce] | |||||
| 2016-01-21 | Bump Normalize to ↵ | Chris Rebert | 1 | -6/+3 | |
| https://github.com/necolas/normalize.css/commit/fe567632afcf8afcf17925ab2a507ed87504cce8 So as to pull in https://github.com/necolas/normalize.css/pull/496 | |||||
| 2016-01-21 | Remove print-specific img max-width:100%; style so that Google Maps and ↵ | Chris Rebert | 1 | -4/+0 | |
| other widgets print correctly See https://github.com/h5bp/html5-boilerplate/issues/1741 X-Ref: #1506 | |||||
| 2016-01-20 | Resolves #18978 - flexbox list-group implementation. Requires the pull-right ↵ | Kevin Ross | 1 | -1/+12 | |
| and pull-left flex change from PR #18976 | |||||
| 2016-01-19 | Add pointer-events:none to custom indicator | Patrick H. Lauke | 1 | -0/+1 | |
| Closes #18887 | |||||
| 2016-01-17 | Apply word-wrap:break-word to Tooltips and Popovers | Chris Rebert | 3 | -2/+5 | |
| Fixes #16871 for v4 | |||||
| 2016-01-17 | Make translation of custom file input text easier; fixes #18922 | Chris Rebert | 2 | -5/+18 | |
| [skip sauce] | |||||
| 2016-01-17 | Merge pull request #18880 from twbs/gradient-x-y | Chris Rebert | 2 | -6/+6 | |
| Rename gradient mixins to match new naming convention | |||||
