| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-01-08 | Switch up some split button stuff | Mark Otto | 6 | -23/+76 | |
| - New vars - New function for stripping units so we can combine rems and ems in math functions - Add new classes for sizing and spacing around the split dropdown toggle so that the caret isn't misaligned | |||||
| 2016-01-07 | https://webkit.org/b/150715 has been fixed | Chris Rebert | 1 | -10/+0 | |
| Fixed by way of https://webkit.org/b/152803 Thanks Google Translate (I guess) and WebKit Team! [ci skip] | |||||
| 2016-01-07 | https://webkit.org/b/147284 has been fixed | Chris Rebert | 1 | -10/+0 | |
| Refs #16814 [ci skip] | |||||
| 2016-01-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -6/+10 | |
| 2016-01-07 | Merge pull request #18787 from twbs/btn-vars | Mark Otto | 2 | -6/+10 | |
| Add variables for spacing of .btn-toolbar and split-button dropdown toggles | |||||
| 2016-01-07 | In IE9-11, prevent breadcrumb separator from getting underlined on :hover ↵ | Chris Rebert | 1 | -1/+16 | |
| when not using <ol> markup Fixes #18733 in IE9-11 Also adds comments to the code explaining this and #18740. | |||||
| 2016-01-07 | In modern browsers, prevent breadcrumb separator from getting underlined on ↵ | Bass Jobsen | 1 | -0/+1 | |
| :hover when not using <ol> markup Fixes #18733, except in IE9-11 Closes #18740 | |||||
| 2016-01-07 | fix input group addon alignment | Mark Otto | 1 | -1/+1 | |
| 2016-01-07 | Add a comment to follow-up on #17756 | Mark Otto | 1 | -0/+3 | |
| 2016-01-07 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
| 2016-01-07 | Merge pull request #17756 from zalog/patch-11 | Mark Otto | 1 | -0/+1 | |
| Flexbox grid column wrapping bug | |||||
| 2016-01-07 | more variables spacing | Mark Otto | 1 | -43/+43 | |
| 2016-01-07 | pointless comments | Mark Otto | 1 | -5/+0 | |
| 2016-01-07 | more variables spacing | Mark Otto | 1 | -6/+6 | |
| 2016-01-07 | spacing | Mark Otto | 1 | -12/+12 | |
| 2016-01-07 | grunt | Mark Otto | 8 | -8/+8 | |
| 2016-01-07 | Fixes #18681: Use a local varible to calculate a unit-less border offset for ↵ | Mark Otto | 1 | -1/+2 | |
| the popover title | |||||
| 2016-01-06 | clear up and split out breadcrumb examples | Mark Otto | 1 | -8/+8 | |
| 2016-01-06 | Merge pull request #18788 from twbs/refs-18458 | Chris Rebert | 1 | -0/+8 | |
| Add nested definition list to docs example | |||||
| 2016-01-06 | Merge pull request #18784 from twbs/input-types | Chris Rebert | 2 | -1/+91 | |
| Add comprehensive `.form-control` example(/testcase) to docs | |||||
| 2016-01-06 | Add nested definition list to docs example | Chris Rebert | 1 | -0/+8 | |
| Refs #18458 [skip sauce] | |||||
| 2016-01-06 | Add variables for spacing of .btn-toolbar and split-button dropdown toggles | Chris Rebert | 2 | -6/+10 | |
| [skip sauce] | |||||
| 2016-01-06 | Merge branch 'input-type-reset-btn' into v4-dev | Chris Rebert | 1 | -0/+1 | |
| 2016-01-06 | Add <input type="reset"> example to Button Tags docs for completeness | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] | |||||
| 2016-01-06 | grunt | Mark Otto | 8 | -18/+18 | |
| 2016-01-06 | Add comprehensive `.form-control` example(/testcase) to docs | Chris Rebert | 2 | -1/+91 | |
| Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce] | |||||
| 2016-01-06 | Merge pull request #18783 from twbs/v4-nav-cleanup | Mark Otto | 3 | -56/+59 | |
| v4: Nav cleanup | |||||
| 2016-01-06 | Consolidate nav-tab dropdown styles with nav-tab styles | Mark Otto | 1 | -12/+7 | |
| - Moves styles up the document a bit to nest them - Drops the static 1px for $navbar-tabs-border-width so once again it’s all tied together should folks customize that | |||||
| 2016-01-06 | New $nav-pills-active-link-* variables | Mark Otto | 2 | -6/+6 | |
| - Renames old and unused $nav-pills-active-link-hover-* for $nav-pills-active-link-* ones - Puts those vars to use in place of defaults $component-* vars on nav pills | |||||
| 2016-01-06 | Spacing y'all | Mark Otto | 1 | -20/+20 | |
| 2016-01-06 | Regroup nav variables | Mark Otto | 1 | -5/+0 | |
| 2016-01-06 | Revamp tabbed nav border variables | Mark Otto | 2 | -4/+4 | |
| - Add new $nav-tabs-border-width for the bottom border on the .nav-tabs parent class - Use that new variable for the negative margin on nav-items within it for consistent customization - Drop the $nav-tabs-link-border-width for the new variable so it’s all tied together | |||||
| 2016-01-06 | Add $nav-disabled-link-hover-bg variable | Mark Otto | 2 | -1/+2 | |
| 2016-01-06 | Add $nav-item-inline-spacer variable | Mark Otto | 2 | -1/+2 | |
| So folks can customize the distance between nav links in inline navs. | |||||
| 2016-01-06 | Nav docs updates | Mark Otto | 1 | -14/+25 | |
| - More consistent states and labels in nav examples - Add stacked pills example for with <nav> element | |||||
| 2016-01-06 | Tweak phrasing of .tab('show') docs | Chris Rebert | 1 | -1/+1 | |
| Refs #18708 [ci skip] | |||||
| 2016-01-06 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+8 | |
| 2016-01-06 | grunt | Mark Otto | 8 | -142/+6 | |
| 2016-01-06 | Merge pull request #18708 from Johann-S/showDoc | Chris Rebert | 1 | -0/+8 | |
| Add documentation for Tab plugin's `show` method | |||||
| 2016-01-06 | follow up to #18782: remove pager vars | Mark Otto | 1 | -15/+0 | |
| 2016-01-06 | Merge pull request #18782 from twbs/v4-rip-pager | Mark Otto | 6 | -119/+11 | |
| v4: Drop pager component | |||||
| 2016-01-06 | fix blog example to use customized pagination based on button styles | Mark Otto | 2 | -11/+5 | |
| 2016-01-06 | Introduce $tooltip-padding-{x,y} & $tooltip-margin vars | Chris Rebert | 2 | -5/+8 | |
| [skip sauce] | |||||
| 2016-01-06 | add docs notes | Mark Otto | 1 | -1/+3 | |
| 2016-01-06 | Rip out the pager component | Mark Otto | 3 | -107/+3 | |
| 2016-01-06 | Ignore HTML validator warning about <input type="datetime-local"> | Chris Rebert | 1 | -1/+1 | |
| Erratum from #18778 [skip sauce] | |||||
| 2016-01-06 | Remove associated comment too | Chris Rebert | 1 | -1/+0 | |
| Erratum from #18658 [ci skip] | |||||
| 2016-01-06 | fixes #18658: no more min-width action on progress bars. we had them in v3 ↵ | Mark Otto | 1 | -12/+0 | |
| and ended up removing them for additional problems it caused folks. | |||||
| 2016-01-06 | Clarify a few things in migration docs | Mark Otto | 1 | -4/+4 | |
| 2016-01-06 | grunt | Mark Otto | 8 | -100/+102 | |
