| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-22 | Container padding uses per-breakpoint gutter sizes, fixes #19304. | Chris Garcia | 1 | -3/+9 | |
| 2016-10-20 | Use box-shadow mixin | Pierre-Denis Vanduynslager | 1 | -4/+2 | |
| 2016-10-20 | Set box-shadow on input if enable-shadows rather than enable-rounded | Pierre-Denis Vanduynslager | 1 | -1/+1 | |
| 2016-10-20 | replace `#` with `%23` in SVG data urls with str-replace | Patrick H. Lauke | 1 | -9/+9 | |
| 2016-10-20 | Add str-replace Sass function | Patrick H. Lauke | 1 | -0/+16 | |
| 2016-10-20 | Create col class for auto flexbox columns | Alan Mooiman | 1 | -0/+4 | |
| .col-xs-auto, .col-sm-auto, etc. | |||||
| 2016-10-20 | duplicate navbar-toggler-padding variables | béla | 1 | -2/+0 | |
| 2016-10-19 | Use a variable for the default font weights. Fixes #20741 | Simon Bächler | 8 | -14/+17 | |
| Websites might use different weights such as medium or thin or use light as default weight instead of normal. Also referenced: #18605 and #16170. | |||||
| 2016-10-19 | version bump to alpha 5 | Mark Otto | 1 | -1/+1 | |
| 2016-10-19 | updated sass variables table of contents | JPeer264 | 1 | -45/+71 | |
| 2016-10-19 | Merge pull request #19890 from twbs/v4-navbars | Mark Otto | 2 | -17/+76 | |
| v4: Navbar improvements | |||||
| 2016-10-18 | Merge pull request #20933 from twbs/alert-padding-vars | Mark Otto | 2 | -4/+5 | |
| Switch to separate vars for alert vertical/horizontal padding | |||||
| 2016-10-18 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 2 | -0/+7 | |
| 2016-10-18 | Switch to separate vars for alert vertical/horizontal padding | Mark Otto | 2 | -4/+5 | |
| 2016-10-18 | Add vertical-align utilities | Mark Otto | 2 | -0/+7 | |
| - Adds six new utils for vertical-align property - Documents the additional classes in the utils docs | |||||
| 2016-10-18 | remove .navbar-brand > img selector that sets display block (will be ↵ | Mark Otto | 1 | -4/+0 | |
| replaced with utils) | |||||
| 2016-10-18 | more consistent navbar-brand line-height | Mark Otto | 1 | -0/+1 | |
| 2016-10-17 | lint | Mark Otto | 1 | -1/+1 | |
| 2016-10-17 | add navbar-brand and navbar-nav styles to the toggleable | Mark Otto | 1 | -6/+23 | |
| 2016-10-17 | set the border color on the toggler | Mark Otto | 2 | -1/+4 | |
| 2016-10-17 | Fix sass map navbar-toggleable | Mark Otto | 1 | -1/+2 | |
| Follow up to 6e8ce0c7dc84c9373f6d760b82bea575cd5358b8. Uses the breakpoint-next mixin to snag the next breakpoint in the media query for proper styling. | |||||
| 2016-10-16 | Iterate over breakpoints to generate .navbar-toggleable classes | Mark Otto | 1 | -19/+12 | |
| - Moves .navbar-brand margin and float to media queries - Replaces the static media queries with an each loop to generate all the needed classes | |||||
| 2016-10-16 | Merge branch 'v4-navbars' of github.com:twbs/bootstrap into v4-navbars | Mark Otto | 2 | -4/+42 | |
| 2016-10-16 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 44 | -374/+513 | |
| 2016-10-16 | Revert "Drop the $small-font-size variable for the newer $font-size-sm one" | Mark Otto | 2 | -1/+3 | |
| 2016-10-15 | Remove borders on the top and/or bottom when .list-group-flush is the first ↵ | Starsam80 | 1 | -0/+12 | |
| and/or last child Fully fixes #20395 | |||||
| 2016-10-09 | one more syntax error | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | fix syntax | Mark Otto | 1 | -4/+4 | |
| 2016-10-09 | Merge branch 'tooltip-arrow' of https://github.com/brnrdog/bootstrap into ↵ | Mark Otto | 2 | -62/+89 | |
| brnrdog-tooltip-arrow | |||||
| 2016-10-09 | Set height on custom select | Mark Otto | 1 | -0/+2 | |
| Matches the changes from #20874 to the regular select element. This is really only necessary for IE and Edge near as I can tell. Fixes #20810. | |||||
| 2016-10-09 | Match the height of select.form-control with input.form-control | Mark Otto | 1 | -1/+2 | |
| Uses a local variable and some calc love to counteract the border-width (times 2) from the height of the select. Fixes #17194 and nullifies #19967. | |||||
| 2016-10-09 | Merge branch 'patch-10' of https://github.com/zalog/bootstrap into ↵ | Mark Otto | 1 | -1/+2 | |
| zalog-patch-10 | |||||
| 2016-10-09 | Merge pull request #20555 from bardiharborow/updatedeps | Mark Otto | 1 | -1/+1 | |
| Update dependencies, including Babel to v6 and zeroUnits fix. | |||||
| 2016-10-09 | Reset the left and right border on list items for flush list groups | Mark Otto | 1 | -0/+2 | |
| Avoid the resetting of the already set values in #20397. Fixes #20395. | |||||
| 2016-10-09 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | fix focus shadows, if enabled | Mark Otto | 1 | -5/+5 | |
| 2016-10-09 | The color is already covered in the first ruleset here | Mark Otto | 1 | -4/+0 | |
| 2016-10-09 | Interpolate the variable so it passes the color properly | Mark Otto | 1 | -1/+1 | |
| 2016-10-09 | remove un-needed comment | Mark Otto | 1 | -1/+0 | |
| 2016-10-09 | add transparent border to match .form-control height | Mark Otto | 1 | -0/+2 | |
| 2016-10-09 | Update static form control | Mark Otto | 1 | -3/+1 | |
| - Remove margin-bottom override in favor of .mb-0 utility class - Apply the input line-height styles to match - Remove the min-height to match the input | |||||
| 2016-10-09 | Ensure input groups behavior appropriately in inline forms | Mark Otto | 1 | -0/+1 | |
| Overrides the default width: 100% with an auto. Fixes #20752. | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 25 | -123/+167 | |
| 2016-10-09 | Merge pull request #20867 from twbs/dedupe-sm-vars | Mark Otto | 2 | -3/+1 | |
| Drop the $small-font-size variable for the newer $font-size-sm one | |||||
| 2016-10-09 | Merge pull request #20684 from twbs/v4-utils | Mark Otto | 11 | -41/+68 | |
| v4: The Utilities Update | |||||
| 2016-10-09 | Merge branch 'v4-dev' into v4-utils | Mark Otto | 20 | -114/+190 | |
| 2016-10-09 | Remove display from the .img-fluid utility | Mark Otto | 2 | -6/+8 | |
| Creating max-width images is not dependent on the display, so setting it is redundant. Cleans up the comments and implementation of the mixin as well. Fixes #20767 | |||||
| 2016-10-09 | Change 940px breakpoint to 960px so that all widths are divisible by 12 | Mark Otto | 1 | -1/+1 | |
| Fixes #18510 | |||||
| 2016-10-09 | Change sm grid breakpoint and container max-width | Mark Otto | 1 | -2/+2 | |
| Makes it so that the container is no longer wider than the breakpoint used in the media query. This was never really an issue in rendering as the max-width handled it appropriately, but the mismatch was still incorrect. Fixes #18054 | |||||
| 2016-10-09 | Move from max-width to width for containers, plus a max-width 100% | Mark Otto | 1 | -1/+2 | |
| - Fixes issues between float and flex grid systems where container wouldn't fill the available width in Chrome & FF (but would in Safari) - Fixes #20681 - Fixes #17621 (basically same issue as above issue) | |||||
