| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-19 | Merge pull request #21363 from Johann-S/fixDocPopovers | Mark Otto | 2 | -1/+5 | |
| Remove mention of popovers auto placement + add note to migration docs | |||||
| 2016-12-20 | Use brand color for progress bar | Stepan Zastupov | 1 | -1/+1 | |
| 2016-12-19 | Remove mention of popovers auto placement + add note to migration docs | Johann-S | 2 | -1/+5 | |
| 2016-12-11 | update jsbin example, fixes #21322 | Mark Otto | 1 | -1/+1 | |
| 2016-12-10 | clarify that | Mark Otto | 1 | -1/+1 | |
| 2016-12-10 | grunt | Mark Otto | 16 | -12/+16 | |
| 2016-12-10 | linting property order | Mark Otto | 1 | -1/+1 | |
| 2016-12-10 | put the custom control spacer var to use | Mark Otto | 1 | -0/+1 | |
| 2016-12-08 | Update _config.yml | Mark Otto | 1 | -1/+1 | |
| 2016-12-07 | Update jQuery CDN to use jQuery.com instead of Google | Christian Oliff | 1 | -2/+2 | |
| Fixes: #21130 | |||||
| 2016-12-07 | grunt | Mark Otto | 22 | -661/+473 | |
| 2016-12-07 | Fix tabs by using new classes | Starsam80 | 2 | -6/+6 | |
| 2016-12-07 | Rename `.active` to `.show` | Starsam80 | 21 | -121/+121 | |
| 2016-12-05 | Merge pull request #21298 from twbs/carousel | Mark Otto | 7 | -254/+238 | |
| Refactor carousel | |||||
| 2016-12-05 | typo | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | drop the .carousel-control base class | Mark Otto | 4 | -8/+9 | |
| 2016-12-04 | update migration docs | Mark Otto | 1 | -1/+8 | |
| 2016-12-04 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | redo the carousel example to match | Mark Otto | 2 | -23/+15 | |
| 2016-12-04 | simplify svg by only using viewbox | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | rename once more | Mark Otto | 1 | -8/+8 | |
| 2016-12-04 | drop the fixed width of the indicators. instead use the carousel-control ↵ | Mark Otto | 2 | -6/+6 | |
| width as margins to ensure content doesn't overlap | |||||
| 2016-12-04 | rename var | Mark Otto | 2 | -6/+6 | |
| 2016-12-04 | there's no font, so rip that var | Mark Otto | 2 | -2/+0 | |
| 2016-12-04 | remove unused vars | Mark Otto | 1 | -2/+0 | |
| 2016-12-04 | rip responsive styles; they're unnecessary and likely require overriding anyway | Mark Otto | 1 | -34/+0 | |
| 2016-12-04 | redo control icons to use open iconic svgs inlined | Mark Otto | 2 | -16/+12 | |
| 2016-12-04 | rename control left and right to prev and next; simplify styling by removing ↵ | Mark Otto | 1 | -13/+7 | |
| gradient | |||||
| 2016-12-04 | rename in docs | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | code comment | Mark Otto | 1 | -1/+1 | |
| 2016-12-04 | rename and un-nest icons | Mark Otto | 1 | -43/+41 | |
| 2016-12-04 | remove comment | Mark Otto | 1 | -1/+0 | |
| 2016-12-04 | remove commented out code | Mark Otto | 1 | -4/+0 | |
| 2016-12-04 | Merge branch 'v4-dev' into carousel | Mark Otto | 144 | -2397/+2861 | |
| 2016-12-04 | Move margin from adjacent selector to right on the .custom-control for ↵ | Mark Otto | 1 | -4/+1 | |
| better responsive rendering (#21295) | |||||
| 2016-12-04 | nuke the text-shadow | Mark Otto | 2 | -8/+0 | |
| 2016-12-04 | move multiple carousels section up, add responsive classes there, reformat ↵ | Mark Otto | 1 | -29/+18 | |
| some stuff | |||||
| 2016-12-04 | linting | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | fix js for previous | Mark Otto | 1 | -2/+2 | |
| 2016-12-04 | redesign indicators | Mark Otto | 2 | -17/+26 | |
| 2016-12-04 | break up example into three separate examples to show flexibility | Mark Otto | 1 | -7/+62 | |
| 2016-12-04 | clear up docs intro | Mark Otto | 1 | -1/+5 | |
| 2016-12-04 | update left/right classes on controls and add img classes | Mark Otto | 1 | -5/+5 | |
| 2016-12-04 | pull in js changes from #18830 | Mark Otto | 1 | -14/+32 | |
| 2016-12-04 | redo css more | Mark Otto | 1 | -49/+20 | |
| - fix naming of left/right controls - drop the absolute positioning of things and rely on only 3d transforms - remove img styles and require classes to avoid inline-block line-height stuff | |||||
| 2016-12-04 | Remove `.float-left` from card header nav (#21292) | Starsam80 | 1 | -3/+3 | |
| 2016-12-04 | Update bootstrap/scss/mixins/_breakpoints.scss (#21285) | sophiegit | 1 | -7/+7 | |
| grid-breakpoint for sm is 576px https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L186-L192 1._breakpoints.scss comment says that grid-breakpoint for sm is 544px, 2.http://v4-alpha.getbootstrap.com/layout/overview/#responsive-breakpoints current document says that grid-breakpoint for sm is 544px, but it should be 576px | |||||
| 2016-12-04 | Fix A11yUserVoice bugify rendering. (#21282) | Bardi Harborow | 1 | -1/+1 | |
| 2016-12-04 | Remove duplicate jQuery browser bug link. (#21283) | Bardi Harborow | 1 | -2/+0 | |
| 2016-12-04 | Documentation navigation fixes. (#21288) | Bardi Harborow | 2 | -11/+9 | |
| * Make /utilities/ redirect to /utilities/borders/. * Rewrite sidebar active link logic to ensure superstrings are not selected. | |||||
