| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-08-11 | Merge pull request #23301 from twbs/v4-dev-html-errors | XhmikosR | 3 | -5/+9 | |
| Fix HTML errors | |||||
| 2017-08-11 | Disable attr-name-style. | XhmikosR | 1 | -1/+1 | |
| Pretty useless, we need to switch to the official HTML validator ASAP. | |||||
| 2017-08-11 | Fix HTML validation errors. | XhmikosR | 2 | -4/+8 | |
| 2017-08-10 | dist | Mark Otto | 9 | -796/+545 | |
| 2017-08-10 | Pagination border-widths greater than 1px cause uneven borders between items | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-10 | Input Group Addon add option to configure `$input-group-addon-color` | Patrick Yeo | 2 | -1/+2 | |
| 2017-08-10 | v4 docs remove left over Tooltips and Popover documentation from Button ↵ | Patrick Yeo | 1 | -4/+0 | |
| Group page | |||||
| 2017-08-10 | Update Jekyll to v3.5.1. | XhmikosR | 3 | -8/+8 | |
| 2017-08-10 | Remove the Internet Explorer 10 for Windows Phone 8 workaround (#23122) | Christian Oliff | 1 | -22/+0 | |
| I suggest that there's no longer a need to include the section on workaround for the IE10 bug on Windows Phone 8. Not only was this bug patched in a later release of Windows Phone 8 (which shipped in 2013), but Windows Phone 8's support ended a long time ago - even its successor Windows Phone 8.1 is no longer supported by Microsoft. The potential audience affected by this bug is likely microscopic so I suggest it can be safely removed. I suggest the workaround JS (http://getbootstrap.com/assets/js/ie10-viewport-bug-workaround.js) can also be safely removed from the docs and examples but I haven't done that in this PR. | |||||
| 2017-08-10 | Fix to Chrome inheritance bug (#22872) (#23118) | Prateek Goel | 1 | -7/+6 | |
| * Fix to Chrome inheritance bug (#22872) * Remove box-sizing from html box-sizing removed from html and order of wild card selected and html selector swapped to maintain correctness of comments. | |||||
| 2017-08-10 | Custom File padding-x and padding-y values are reversed (#23067) | Patrick Yeo | 2 | -13/+13 | |
| Custom File `$custom-file-focus-box-shadow` should show even if box shadows are disabled Custom File variables should inherit from inputs | |||||
| 2017-08-10 | missed a modifier | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | clarify text, break up larger paragraph, shorten | Mark Otto | 1 | -1/+2 | |
| 2017-08-10 | Update badges in buttons examples | Mark Otto | 1 | -19/+7 | |
| - Given buttons a required modifier (.btn alone is incomplete) - Given the primary button, use a .badge-light for better contrast - Consolidate example and highlight code with a `{% example %}` block | |||||
| 2017-08-10 | Add margin variable for paragraphs (#23140) | Prateek Goel | 2 | -1/+8 | |
| 2017-08-10 | Add margin variable for breadcrumb (#23138) | Prateek Goel | 2 | -1/+3 | |
| * add margin variable for breadcrumb * add margin variable for breadcrumb correction * breadcrumb margin variable changes after review | |||||
| 2017-08-10 | `$input-height-inner-lg` should use `$font-size-lg` instead of ↵ | Patrick Yeo | 1 | -1/+1 | |
| `$font-size-sm` (#23150) | |||||
| 2017-08-10 | Reduce number of spacing rules (#23208) | Morgan Stone | 1 | -12/+20 | |
| * reduce # of spacing rules by combining x & y with t r b l * Remove unnecessary spaces | |||||
| 2017-08-10 | Add a README.md badge to track our dependencies and require jQuery >=3.0.0. ↵ | Johann-S | 2 | -1/+2 | |
| (#23125) | |||||
| 2017-08-10 | v4 docs Input Group Sizing section should display `.input-group-sm` (#23151) | Patrick Yeo | 1 | -1/+1 | |
| 2017-08-10 | Emoji Defaults (#22565) | Pascal Pixel | 1 | -1/+1 | |
| 2017-08-10 | remove unnecessary line-height | Dave Poole | 1 | -1/+0 | |
| 2017-08-10 | remove comments, align-items, and unnecessary height | Dave Poole | 1 | -6/+0 | |
| 2017-08-10 | Fixes PropertySortOrder errors | Dave | 1 | -1/+1 | |
| 2017-08-10 | Fixes hound code style/standards | Dave | 1 | -1/+1 | |
| 2017-08-10 | Update progress.md to reflect setting height on .progress | Dave | 1 | -5/+5 | |
| 2017-08-10 | _progress.scss: makes bars 100% height, centers labels horizontally & vertically | Dave | 1 | -5/+10 | |
| 2017-08-10 | Update modal.md | CarloMartini | 1 | -5/+2 | |
| Removed a duplicate explanation. | |||||
| 2017-08-10 | Change border class | envolute | 1 | -1/+1 | |
| The class ".border" (css/utilities/_borders.scss) is set the border-color to "$gray-200". So I see that it would be nice to create a variable for the border color "$border-color". Because the default border should not always be "gray-200". Another thing, there is a "$border-width" variable. Would not it be better to use this variable to set the default width of the border? | |||||
| 2017-08-10 | Add "$border-color" variable | envolute | 1 | -0/+1 | |
| 2017-08-10 | Add SF Mono to the monospace font stack | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Only add CSS transitions on Buttons for background-color, border-color, and ↵ | Patrick Yeo | 1 | -1/+1 | |
| box-shadow | |||||
| 2017-08-10 | Ensure alignment of modal dismiss when no .modal-title is present | Mark Otto | 1 | -0/+4 | |
| 2017-08-10 | Add clear description and use case with example | Dillon Chanis | 1 | -10/+1 | |
| 2017-08-10 | Add use case description and example | Dillon Chanis | 1 | -0/+15 | |
| 2017-08-10 | Add examples of forms in dropdown menus | Mark Otto | 1 | -0/+49 | |
| 2017-08-10 | Set explicit text-align on <body> element so we can use inherit to override ↵ | Mark Otto | 2 | -3/+7 | |
| the default <th> text-align value | |||||
| 2017-08-10 | Update javascript.md | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Add event.preventDefault documentation to javascript.md | Varunram | 1 | -1/+1 | |
| 2017-08-10 | Fix border on input group elements and custom form inputs | Nathan Woltman | 3 | -5/+10 | |
| c3e4cbd changed the border of input elements to be translucent. This commit makes input group elements and custom form inputs follow the same pattern. | |||||
| 2017-08-10 | 300, not light | Mark Otto | 1 | -1/+1 | |
| 2017-08-10 | Add $font-weight-light var | Mark Otto | 1 | -0/+1 | |
| 2017-08-10 | Add .font-weight-light class, add !important to the classes | Mark Otto | 1 | -3/+4 | |
| 2017-08-10 | Mention util.js on all JS plugin pages (#22955) | Mark Otto | 7 | -1/+11 | |
| Fixes #20660 | |||||
| 2017-08-10 | Remove broken CSS that tried to reset the absolute positioning when there ↵ | Mark Otto | 2 | -7/+3 | |
| was no text | |||||
| 2017-08-10 | Add basic property-value utils for position | Mark Otto | 2 | -1/+22 | |
| 2017-08-10 | bump to betav4.0.0-beta | Mark Otto | 45 | -95/+95 | |
| 2017-08-10 | docs dist | Mark Otto | 2 | -2/+2 | |
| 2017-08-10 | Merge branch 'new-home' into v4-dev | Mark Otto | 24 | -289/+116 | |
| 2017-08-10 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+1 | |
