| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-17 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -2/+0 | |
| 2017-10-18 | remove unused docs color variables (#24406) | m5o | 1 | -2/+0 | |
| 2017-10-15 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 3 | -2/+4 | |
| 2017-10-07 | Enable stylelint's no-duplicate-selectors rule. | XhmikosR | 3 | -2/+4 | |
| 2017-10-04 | revert a77c13c | Gijs Boddeus | 1 | -3/+3 | |
| 2017-10-04 | change order off properties in _colors.scss | Gijs Boddeus | 1 | -3/+3 | |
| 2017-10-04 | Merge branch 'v4-dev' into yiq-function-update | Gijs Boddeus | 11 | -19/+30 | |
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 11 | -17/+18 | |
| 2017-09-26 | docs: fix syntax highlighting for shell scripts. (#24103) | XhmikosR | 1 | -2/+12 | |
| Switch all instances to `sh` but keep `bash` so that things won't break either way. | |||||
| 2017-09-13 | modified the yiq to to an actual function | gijsbotje | 1 | -3/+3 | |
| function only returns a value, not the attribute itself updated every use of the former mixin to use the new function | |||||
| 2017-08-13 | Rearrange margins for .highlight (#23396) | Mark Otto | 1 | -1/+11 | |
| Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279. | |||||
| 2017-08-12 | fix docs modal example fade out | Gijs Boddeus | 1 | -1/+1 | |
| the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue | |||||
| 2017-08-10 | Merge branch 'new-home' into v4-dev | Mark Otto | 7 | -173/+35 | |
| 2017-08-09 | move to div for block level | Mark Otto | 1 | -1/+1 | |
| 2017-08-09 | replacement fix for #23257 without old history | Mark Otto | 1 | -2/+7 | |
| 2017-08-07 | new homepage, new assets, clean out old stuff | Mark Otto | 7 | -173/+35 | |
| 2017-07-04 | move the overflow-y to the sticky `@supports` block | Mark Otto | 1 | -2/+1 | |
| also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway | |||||
| 2017-07-04 | overflow-y auto on toc menu | Gijs Boddeus | 1 | -0/+1 | |
| fixes #22977 | |||||
| 2017-06-30 | update usage elsewhere | Mark Otto | 3 | -4/+4 | |
| 2017-06-29 | Drop the old $gray- variables for the new color range | Mark Otto | 4 | -4/+4 | |
| 2017-06-25 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 1 | -0/+13 | |
| 2017-06-25 | add border color utilities | Mark Otto | 1 | -3/+3 | |
| 2017-06-25 | remove bg styles | Mark Otto | 1 | -17/+0 | |
| 2017-06-21 | Fix modal overflow with our navbar documentation and fix typo (#22864) | Johann-S | 1 | -0/+13 | |
| * Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example | |||||
| 2017-06-18 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 1 | -2/+4 | |
| 2017-06-18 | remove - vars, update docs to generate from data yml files, update mixins, ↵ | Mark Otto | 3 | -4/+4 | |
| and generate card, button, bg, and color classes from the sass map | |||||
| 2017-06-18 | Merge branch 'v4-dev' into colors-redux | Mark Otto | 3 | -7/+10 | |
| 2017-06-17 | follow up to 4bab8b890e5337cda3a3221462ab40a84d96c3b4 to avoid the ↵ | Mark Otto | 1 | -2/+4 | |
| max-height if there's no sticky | |||||
| 2017-06-17 | fixes #22846 | Mark Otto | 1 | -1/+1 | |
| 2017-06-17 | wrap .bd-navbar position styles in supports query, remove prefix, and update ↵ | Mark Otto | 1 | -6/+5 | |
| linter settings for file | |||||
| 2017-06-17 | use flexbox order property to change order of content for screenreaders | Mark Otto | 2 | -0/+4 | |
| 2017-06-15 | prep docs for displaying the colors | Mark Otto | 2 | -1/+26 | |
| 2017-06-14 | call functions file in docs css | Mark Otto | 2 | -2/+4 | |
| 2017-06-13 | tighten up sidebar | Mark Otto | 1 | -2/+6 | |
| 2017-06-07 | Avoid Tooltips/Popovers overflow on documentation's navbar (#22733) | Johann-S | 1 | -1/+1 | |
| 2017-05-31 | redesign search a bit more | Mark Otto | 1 | -16/+26 | |
| 2017-05-31 | redo how we do sticky sidebar because overflow-x/-y woes | Mark Otto | 1 | -3/+11 | |
| 2017-05-31 | Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 1 | -17/+16 | |
| v4-docs-streamlined | |||||
| 2017-05-31 | tighten padding on mobile for navbar so horizontal scroll nav shows more | Mark Otto | 1 | -0/+3 | |
| 2017-05-30 | more minimal sidebar nav | Mark Otto | 1 | -17/+16 | |
| 2017-05-30 | style our dropdown a bit | Mark Otto | 1 | -0/+10 | |
| 2017-05-30 | no need for those custom styles when we have utils | Mark Otto | 1 | -13/+0 | |
| 2017-05-30 | redo button styles | Mark Otto | 2 | -11/+14 | |
| - rename .btn-bs to .btn-bd-purple - abstract yellow masthead button into .btn-bd-yellow and use it the new docs navbar | |||||
| 2017-05-30 | restore algolia footer, but drop the background image | Mark Otto | 1 | -1/+16 | |
| 2017-05-29 | wrap the sticky in a @supports so that edge and ie don't screw it all up | Mark Otto | 1 | -6/+10 | |
| 2017-05-29 | tweak navbar so it isn't more than 4rem high | Mark Otto | 1 | -11/+1 | |
| 2017-05-29 | redesign slightly to make entries full width in dropdown menu, like ↵ | Mark Otto | 1 | -1/+15 | |
| bootstrap's menus | |||||
| 2017-05-29 | redesign anchors | Mark Otto | 1 | -18/+6 | |
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 24 | -0/+1685 | |
