| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-27 | update layout pages | Mark Otto | 4 | -30/+8 | |
| 2017-05-27 | revamp getting started docs to use new toc | Mark Otto | 8 | -55/+24 | |
| 2017-05-27 | prep the navbar for some old version stuff | Mark Otto | 1 | -0/+14 | |
| 2017-05-27 | fix viewbox | Mark Otto | 1 | -1/+1 | |
| 2017-05-27 | swap kramdown toc for jekyll-toc plugin, update page layout to only show on ↵ | Mark Otto | 4 | -51/+43 | |
| xl and above | |||||
| 2017-05-27 | update nav to use logo at all times | Mark Otto | 1 | -10/+8 | |
| 2017-05-27 | purple nav | Mark Otto | 2 | -19/+9 | |
| 2017-05-27 | remove top/bottom padding | Mark Otto | 1 | -5/+0 | |
| 2017-05-27 | always show docs search | Mark Otto | 1 | -1/+1 | |
| 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 | 3 | -2/+10 | |
| 2017-05-27 | more responsive docs nav | Mark Otto | 2 | -74/+54 | |
| 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 | moved file | Mark Otto | 1 | -1/+1 | |
| 2017-05-27 | remove ads from in these pages, move some content to descriptions | Mark Otto | 2 | -6/+2 | |
| 2017-05-27 | Add a symlink to the scss-lint for doing local dev | Mark Otto | 1 | -0/+1 | |
| 2017-05-27 | • Add SVGs for GitHub, Slack, and Twitter | Mark Otto | 5 | -1/+4 | |
| • Move the Bootstrap SVG into the same folder | |||||
| 2017-05-27 | style our svg icons in the navbar | Mark Otto | 1 | -0/+7 | |
| 2017-05-27 | drop navbar search for download button and social icons | Mark Otto | 1 | -4/+19 | |
| 2017-05-27 | full width navbar too | Mark Otto | 1 | -3/+1 | |
| 2017-05-27 | make the body full width | Mark Otto | 1 | -10/+5 | |
| 2017-05-27 | Merge branch 'v4-dev' into v4-docs-streamlined | Mark Otto | 122 | -4510/+14052 | |
| 2017-05-27 | Update nav and navbar HTML markup | Geremia Taglialatela | 1 | -7/+7 | |
| According to the docs, you just need to apply the `navbar-nav` to an `<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to override all the css properties set by `nav`. Also, `nav-item` class should be used only for `<li>` tags, or in conjunction with `<a>` tags to entirely avoid the list-based approach. This commit removes the redundant `nav` class from `navbar-nav` `<ul>` tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly adds `nav-item` class to `<li>` tags where missing. Refs: * https://v4-alpha.getbootstrap.com/components/navs/ * https://v4-alpha.getbootstrap.com/components/navbar/#nav | |||||
| 2017-05-27 | rename section | Mark Otto | 1 | -1/+1 | |
| 2017-05-26 | Merge branch 'v4-docs-streamlined' of https://github.com/twbs/bootstrap into ↵ | Mark Otto | 117 | -14442/+9220 | |
| v4-docs-streamlined | |||||
| 2017-05-26 | custom forms example with new grid styles | Mark Otto | 1 | -0/+26 | |
| 2017-05-26 | Update forms docs to add more headings and move the huge type example into a ↵ | Mark Otto | 1 | -82/+21 | |
| table | |||||
| 2017-05-26 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 45 | -358/+935 | |
| 2017-05-26 | Update migration docs for .has-error rename | Hugh Bellamy | 1 | -0/+1 | |
| 2017-05-26 | Drop CSS icons for SVGs (#22708) | Mark Otto | 5 | -30/+5 | |
| * 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-26 | document more form layout options with grid, including some compact ↵ | Mark Otto | 1 | -0/+115 | |
| .gutters-sm examples | |||||
| 2017-05-26 | update equal-width numbering in docs (#22697) | Mike Cooper | 1 | -3/+3 | |
| 2017-05-26 | Merge branch 'v4-dev' into patch-1 | Heiko Jansen | 3 | -1/+108 | |
| 2017-05-25 | add webpack to documentation (#22423) | Idan Cohen | 2 | -0/+107 | |
| * add webpack to documentation" implementing PR comments implementing PR comments * replace tether with popper | |||||
| 2017-05-24 | Fix 22643 - Readme links to vanished file (#22647) | Ayachii | 1 | -1/+1 | |
| * Fixed dead link to browser list The link to the list of browsers supported through Autoprefixer was dead, now updated to a working link. * Updated label to display new file path Changed the labeling on the updated link to show read as the new updated file path. | |||||
| 2017-05-24 | Sync code shown with code actually used | Heiko Jansen | 1 | -2/+2 | |
| Remove class and attributes from buttons which are not expected to trigger dropdowns. Code used to render the examples is correct but code shown was not. | |||||
| 2017-05-24 | Fix fallbackPlacement default value for Popovers documentation | Johann-S | 1 | -1/+1 | |
| 2017-05-24 | Update Popper.js to 1.9.9 | Johann-S | 18 | -18/+18 | |
| 2017-05-24 | Update documentation for Tooltips/Popovers about auto placement | Johann-S | 3 | -10/+2 | |
| 2017-05-23 | Documentation display tooltips/popovers arrows with css for static examples | Johann-S | 3 | -19/+43 | |
| 2017-05-17 | fix tooltip documentation page missing classname prefix "bs-" to popover top | Laussel Loïc | 1 | -1/+1 | |
| 2017-05-17 | Update Popper.js 1.9.4 | Johann-S | 18 | -18/+18 | |
