| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-29 | Rearrange all the docs to allow for a docs/major.minor/ setup | Mark Otto | 49 | -10141/+0 | |
| 2017-05-28 | customize focus state | Mark Otto | 1 | -0/+5 | |
| 2017-05-28 | purple sidebar | Mark Otto | 1 | -13/+14 | |
| 2017-05-28 | add new var, update alignment | Mark Otto | 1 | -9/+10 | |
| 2017-05-28 | move algolia overrides to separate scss partial | Mark Otto | 3 | -101/+101 | |
| 2017-05-28 | move docs vars to new scss partial | Mark Otto | 2 | -11/+11 | |
| 2017-05-28 | more algolia design tweaks | Mark Otto | 1 | -1/+33 | |
| 2017-05-28 | fix font-size and borders | Mark Otto | 1 | -2/+3 | |
| 2017-05-28 | fix font-size to compute to 14px even | Mark Otto | 1 | -1/+1 | |
| 2017-05-28 | .bd-lead refinement for mobile | Mark Otto | 1 | -1/+3 | |
| 2017-05-28 | fix homepage | Mark Otto | 1 | -1/+0 | |
| 2017-05-28 | try out a different navbar approach | Mark Otto | 2 | -4/+45 | |
| 2017-05-28 | new styles for docsearch | Mark Otto | 1 | -0/+60 | |
| 2017-05-28 | add docsearch | Maxime Locqueville | 1 | -29/+1 | |
| 2017-05-27 | hide third level toc and deeper | Mark Otto | 1 | -0/+4 | |
| 2017-05-27 | swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵ | Mark Otto | 2 | -44/+35 | |
| xl and above | |||||
| 2017-05-27 | purple nav | Mark Otto | 1 | -17/+7 | |
| 2017-05-27 | remove top/bottom padding | Mark Otto | 1 | -5/+0 | |
| 2017-05-27 | finesse the docs layout | Mark Otto | 2 | -3/+6 | |
| 2017-05-27 | redesign sidebar a bit | Mark Otto | 1 | -47/+25 | |
| 2017-05-27 | make it big screen friendly | Mark Otto | 2 | -0/+8 | |
| 2017-05-27 | more responsive docs nav | Mark Otto | 1 | -1/+6 | |
| 2017-05-27 | move .scss-lint.yml to route dir instead of symlink (which didn't work) | Mark Otto | 1 | -1/+0 | |
| 2017-05-27 | explicit styles | Mark Otto | 1 | -7/+9 | |
| 2017-05-27 | hack the headings for sticky header so shit doesn't overlap | Mark Otto | 1 | -1/+15 | |
| 2017-05-27 | position the markdown toc on the right for larger screens | Mark Otto | 1 | -0/+19 | |
| 2017-05-27 | new nav styles | Mark Otto | 2 | -8/+14 | |
| 2017-05-27 | give the navbar a fixed height so we can position other sticky elements more ↵ | Mark Otto | 1 | -0/+1 | |
| reliably | |||||
| 2017-05-27 | Add a symlink to the scss-lint for doing local dev | Mark Otto | 1 | -0/+1 | |
| 2017-05-27 | style our svg icons in the navbar | Mark Otto | 1 | -0/+7 | |
| 2017-05-27 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 21 | -173/+8295 | |
| 2017-05-26 | Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 12 | -2977/+83 | |
| v4-docs-streamlined | |||||
| 2017-05-26 | Drop CSS icons for SVGs (#22708) | Mark Otto | 2 | -26/+0 | |
| * add the svg icon as a partial so we can include it easily * add the icon to the homepage * drop .bd-booticon for svgs here * rip out the import for .bd-booticon sass file * Delete _booticon.scss * indentation * Update bootstrap-icon.html * remove those | |||||
| 2017-05-26 | build | Mark Otto | 2 | -2/+2 | |
| 2017-05-26 | build | Mark Otto | 2 | -2/+2 | |
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 1 | -1/+1 | |
| 2017-05-23 | Documentation display tooltips/popovers arrows with css for static examples | Johann-S | 1 | -0/+24 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 2 | -2/+1 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 2 | -2/+3 | |
| 2017-05-14 | Remove Tether from package.json + Update Popper | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Fix unit tests + Update Popper to 1.6.0 | Johann-S | 1 | -2/+2 | |
| 2017-05-14 | Use Popper for tooltip and popover | Johann-S | 2 | -1/+3 | |
| 2017-04-21 | build | Mark Otto | 2 | -2/+2 | |
| 2017-04-16 | Make "Copy" buttons actual buttons | Patrick H. Lauke | 2 | -2/+10 | |
| This makes them keyboard-accessible. For mouse users, the only change here is that the focus outline will remain on the button once clicked (in future, this can be solved with :focus-ring, but for now this would require a polyfill). the tooltip is explicitly hidden on `mouseleave`, so even though the `<button>` retains focus after clicking, the tooltip won't stay visible once mouse user moves away. the mouse hover styles have explicitly not been make to also apply to :focus, so as to minimise the visual impact for mouse users (though the tooltip remains visible) - but due to the default outline and the custom tooltip, it should be fairly clear when keyboard users set focus to a copy button too. | |||||
| 2017-04-08 | grunt | Mark Otto | 2 | -2/+2 | |
| 2017-04-02 | Tabs/Scrollspy/.nav/.list-group/.active independent of markup (<nav>, ↵ | Pierre Vanduynslager | 1 | -0/+6 | |
| .nav-item, <li> etc...) | |||||
| 2017-03-26 | grunt | Mark Otto | 2 | -2/+2 | |
