| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2017-05-16 | build | Johann-S | 11 | -254/+667 | |
| 2017-05-14 | Change "Max CDN" to "MaxCDN" | Anand Chowdhary | 1 | -1/+1 | |
| 2017-05-14 | Update Popper.js 1.9.3 | Johann-S | 18 | -18/+18 | |
| 2017-05-14 | Change fallbackPlacement to flip by default for Tooltips/Popovers | Johann-S | 1 | -1/+1 | |
| 2017-05-14 | Add fallbackPlacement option for Tooltip and Popover | Johann-S | 2 | -0/+14 | |
| 2017-05-14 | Update Popper.js 1.9.1 + Update documentation about Dropdown placement | Johann-S | 18 | -19/+19 | |
| 2017-05-14 | Documentation - fix examples for Tooltip and Popovers (display arrow) | Johann-S | 2 | -9/+16 | |
| 2017-05-14 | Allow to disable flip behaviour on Dropdown + documentation | Johann-S | 1 | -1/+7 | |
| 2017-05-14 | Update Popper.js 1.8.2 | Johann-S | 19 | -19/+18 | |
| 2017-05-14 | Add an update method to allow to update position for ↵ | Johann-S | 3 | -0/+13 | |
| Tooltip/Popover/Dropdown manually | |||||
| 2017-05-14 | Fix some css for the arrow of Popover/Tooltip + update documentation | Johann-S | 2 | -5/+5 | |
| 2017-05-14 | Remove totaly Tether from documentation + dependencies | Johann-S | 22 | -45/+67 | |
| 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-05-09 | tooltips/popover must be hidden before their corresponding element is ↵ | Peter Blazejewicz | 2 | -0/+2 | |
| removed from the DOM | |||||
| 2017-05-07 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 5 | -8/+16 | |
| 2017-05-05 | Add explicit role="main" to <main> elements (#22574) | Patrick H. Lauke | 2 | -2/+2 | |
| For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT | |||||
| 2017-05-05 | Add missing <main> element to documentation | Laussel Loïc | 2 | -4/+4 | |
| includes explicit `role="main"` for IE10/IE11 compatibility | |||||
| 2017-05-04 | Styling and accessibility clarification for navs documentation | Patrick H. Lauke | 1 | -2/+10 | |
| * Split out/expand mention that base navs lack active styles * Add accessibility notes for navigation bars vs dynamic tabbed interfaces | |||||
| 2017-05-01 | Merge branch 'v4-dev' into form-tweaks | Mark Otto | 14 | -193/+190 | |
| 2017-05-01 | Link to package.json Fixed | Peter Gerdes | 1 | -1/+1 | |
| The link to package.json in the v4 docs was linking to package.json in the v3 source. Fixed to point to the correct v4 location. A change like this will need to be made for all branches on version 4 if you want the docs to be linked correctly (github may be smart enough to follow the link to the current branch if you are on github but it was wrong from the main site). | |||||
| 2017-04-27 | Documentation cleanup (inc. use of <input ... readonly> for static form ↵ | Patrick H. Lauke | 13 | -192/+189 | |
| controls example) * Fix incorrect code indentation * Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed * Remove incorrect `<label>` and change static controls to readonly inputs * Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead | |||||
| 2017-04-21 | Merge branch 'form-tweaks' of https://github.com/twbs/bootstrap into form-tweaks | Mark Otto | 1 | -1/+1 | |
| 2017-04-21 | build | Mark Otto | 8 | -16/+52 | |
| 2017-04-21 | More minor build tweaks and docs updates. | Bardi Harborow | 3 | -18/+15 | |
