| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-11-23 | Fixes #21094: Move text-decoration override from the default link state to ↵ | Mark Otto | 1 | -1/+1 | |
| the hover/focus state so it can override the global styles properly | |||||
| 2016-11-16 | Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid | Mark Otto | 1 | -12/+44 | |
| Feature/omit xs from grid | |||||
| 2016-11-13 | Change .tag print styles to .badge. | Bardi Harborow | 1 | -1/+1 | |
| 2016-11-10 | renamed modal-title-padding to modal-header-padding | Elliot Evans | 2 | -2/+2 | |
| 2016-11-06 | Scope ::first-letter selector for print styles | Patrick H. Lauke | 1 | -1/+4 | |
| `*::first-letter` causes problems in IE11 - only prints first page of a multi-page document | |||||
| 2016-11-04 | Update grid mixins to omit lowest breakpoint | Eric Nolte | 1 | -12/+44 | |
| The new breakpiont-limited class pattern is to omit the breakpoint size when using the lowest size eg. col-xs-12 to col-12. This commit implements this pattern to the grid system. | |||||
| 2016-10-31 | Responsive display utilities (#20934) | Mark Otto | 3 | -16/+42 | |
| * Explore responsive display utils, but with a twist: lowest breakpoint has no breakpoint modifier in the class name * make floats use the same format, add float-none mixin | |||||
| 2016-10-31 | Make spacer utils responsive (#20926) | Mark Otto | 2 | -21/+54 | |
| * make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates | |||||
| 2016-10-31 | Use variable names for form focus borders (#21050) | Alberto Roura | 1 | -2/+2 | |
| 2016-10-30 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -1/+4 | |
| 2016-10-30 | trailing whitespace | Mark Otto | 1 | -1/+1 | |
| 2016-10-30 | Fix input group sizing in Firefox | Catalin Zalog | 1 | -1/+4 | |
| Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv | |||||
| 2016-10-30 | Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap ↵ | Mark Otto | 1 | -1/+13 | |
| into rosskevin-v4-flex-list-group | |||||
| 2016-10-30 | Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵ | Mark Otto | 4 | -10/+18 | |
| HMUDesign-v4-dev | |||||
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵ | Valentine Abanosimov | 1 | -0/+8 | |
| link color | |||||
| 2016-10-28 | include .col-form-label in the form validation field mixin | Mark Otto | 1 | -0/+1 | |
| 2016-10-27 | Merge branch 'issue19217' of https://github.com/alberto/bootstrap into ↵ | Mark Otto | 1 | -6/+16 | |
| alberto-issue19217 | |||||
| 2016-10-27 | Merge pull request #19915 from zalog/patch-9 | Mark Otto | 1 | -0/+1 | |
| Zero out the default margin-bottom on label.custom-file | |||||
| 2016-10-27 | Merge pull request #20101 from heath3/patch-1 | Mark Otto | 1 | -11/+9 | |
| Re-use 'between' mixin for 'only' mixin | |||||
| 2016-10-27 | follow up to #20441: move file to correct place | Mark Otto | 1 | -0/+5 | |
| 2016-10-27 | Merge pull request #20225 from morishitter/v4-dev | Mark Otto | 1 | -0/+2 | |
| Add some properties to the list of property order in .scss-lint.yml | |||||
| 2016-10-27 | Merge pull request #20441 from cortopy/visibility-mixin | Mark Otto | 2 | -1/+2 | |
| Visibility mixin | |||||
| 2016-10-27 | Merge pull request #18851 from ju1ius/patch-1 | Mark Otto | 1 | -3/+9 | |
| Don't clearfix if flexbox is enabled. Fixes #18849 | |||||
| 2016-10-27 | switch to rgba for list-group border color | Mark Otto | 1 | -1/+1 | |
| matches the card border-color, fixes #20129 | |||||
| 2016-10-27 | Merge pull request #21032 from twbs/flexbox-input-group | Mark Otto | 1 | -1/+14 | |
| Proper input group sizing and alignment in flexbox mode | |||||
| 2016-10-27 | Merge pull request #21033 from twbs/label-less-custom-controls | Mark Otto | 1 | -0/+1 | |
| Add a min-height: 1.5rem; to custom controls | |||||
| 2016-10-27 | Merge pull request #21034 from twbs/better-custom-control-alignment | Mark Otto | 1 | -1/+1 | |
| Calculcate the top offset for custom control indicators | |||||
| 2016-10-27 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 1 | -5/+5 | |
| 2016-10-27 | Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into ↵ | Mark Otto | 2 | -0/+2 | |
| tomhorvat-patch-1 | |||||
| 2016-10-27 | Merge pull request #20734 from beausmith/button-outline-variant | Mark Otto | 1 | -5/+5 | |
| Remove hard-coded value in button-outline-variant | |||||
| 2016-10-27 | Calculcate the top offset for custom control indicators | Mark Otto | 1 | -1/+1 | |
| Fixes #21023. Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered. | |||||
| 2016-10-27 | Add a min-height: 1.5rem; to custom controls | Mark Otto | 1 | -0/+1 | |
| Fixes #20730. This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization | |||||
| 2016-10-27 | property order | Mark Otto | 1 | -1/+1 | |
| 2016-10-27 | Ensure proper sizing of and alignment of content within input group addons ↵ | Mark Otto | 1 | -1/+14 | |
| and buttons Fixes #20927. | |||||
| 2016-10-27 | Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵ | Mark Otto | 1 | -0/+4 | |
| alanmoo-auto-flex-col | |||||
| 2016-10-27 | Change variable for modal backdrop zindex, rearrange to be ordered from ↵ | Mark Otto | 2 | -4/+4 | |
| lowest to highest | |||||
| 2016-10-26 | Merge pull request #20938 from JPeer264/feature/sass-doc | Mark Otto | 1 | -45/+71 | |
| Docs: Sass Variables Table of Contents | |||||
| 2016-10-26 | Merge pull request #21019 from Starsam80/fix-collapse | Mark Otto | 2 | -6/+6 | |
| Rename .in to .active to fix collapse | |||||
| 2016-10-26 | Rename .tag to .badge to avoid conflicting with WordPress | Mark Otto | 5 | -43/+43 | |
| 2016-10-26 | Rename .in to .active to fix collapse | Starsam80 | 2 | -6/+6 | |
| 2016-10-25 | Merge pull request #20982 from Johann-S/fix19344 | Mark Otto | 2 | -2/+2 | |
| Fix #19344 - Use a single class name for opened/expanded/shown state of widgets | |||||
| 2016-10-25 | Merge pull request #20951 from sbaechler/font-weights | Mark Otto | 8 | -14/+17 | |
| Use a variable for the default font weights. Fixes #20741 | |||||
| 2016-10-25 | Merge pull request #20903 from Starsam80/fix-20395 | Mark Otto | 1 | -0/+12 | |
| Remove borders on the top and/or bottom when .list-group-flush is the first and/or last child | |||||
| 2016-10-25 | Body font weight variable | tomhorvat | 2 | -0/+3 | |
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 2 | -2/+2 | |
| 2016-10-25 | Merge pull request #20962 from patrickhlauke/v4-fix-unescaped-hash-data-urls | Patrick H. Lauke | 1 | -9/+25 | |
| Fix unescaped `#` in SVG data URLs | |||||
| 2016-10-24 | Merge pull request #20973 from pixelbandito/container-gutter-breakpoints | Mark Otto | 1 | -3/+9 | |
| Container padding uses per-breakpoint gutter sizes, fixes #19304. | |||||
| 2016-10-24 | Merge pull request #20957 from kukac7/patch-1 | Mark Otto | 1 | -2/+0 | |
| duplicate navbar-toggler-padding variables | |||||
