| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-12-24 | Add Tether to example pages that were missing it | Chris Rebert | 13 | -0/+13 | |
| [skip sauce] | |||||
| 2015-12-24 | Include Tether via CDN in starter templates; fixes #18664 | Chris Rebert | 1 | -2/+4 | |
| [skip sauce] | |||||
| 2015-12-24 | Use more appropriate structure for site navigation | Patrick H. Lauke | 1 | -18/+32 | |
| Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items | |||||
| 2015-12-24 | Move collapsing navbar after the toggle | Patrick H. Lauke | 1 | -6/+6 | |
| It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it. | |||||
| 2015-12-24 | Add missing aria attributes to main site navigation menu toggle | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-24 | Add missing aria attributes to navbar collapse examples | Patrick H. Lauke | 1 | -2/+2 | |
| 2015-12-24 | Merge pull request #18654 from patrickhlauke/docs-helptext1 | Patrick H. Lauke | 1 | -9/+23 | |
| Docs: reintroduce `aria-describedby` advice for help text | |||||
| 2015-12-24 | Run `grunt`. | XhmikosR | 18 | -268/+313 | |
| [ci skip] | |||||
| 2015-12-24 | Add aria-describedby to main form controls example | Patrick H. Lauke | 1 | -4/+4 | |
| 2015-12-24 | Docs: reintroduce aria-describedby advice for help text | Patrick H. Lauke | 1 | -5/+19 | |
| Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life" | |||||
| 2015-12-23 | Refactor Breadcrumbs component | Chris Rebert | 2 | -7/+20 | |
| Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce] | |||||
| 2015-12-23 | Clarify what text-capitalize actually does | Patrick H. Lauke | 1 | -0/+2 | |
| as on first skimming over these, it may not be completely obvious | |||||
| 2015-12-23 | Change italicized to italic | Patrick H. Lauke | 1 | -1/+1 | |
| ...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky... | |||||
| 2015-12-23 | Fix bulleted lists on Utilities doc | David\ Beitey | 1 | -0/+3 | |
| 2015-12-22 | Add Windows 10 Mobile / Microsoft Edge | Patrick H. Lauke | 1 | -0/+11 | |
| 2015-12-22 | Clarify platform/web view | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-22 | Add a generic note about webkit/blink/gecko/web view browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-21 | Migration guide: .panel-title's closest replacement is .card-header; fixes ↵ | Chris Rebert | 1 | -1/+1 | |
| #18619 [skip sauce] | |||||
| 2015-12-20 | Address IE10 in browser compatibility docs | Chris Rebert | 1 | -7/+7 | |
| [skip sauce] | |||||
| 2015-12-20 | Expand on proxy browsers | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Keep Safari/Win as Not supported | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-12-20 | Update info for supported browsers | Patrick H. Lauke | 1 | -6/+3 | |
| 2015-12-17 | Add RubyGems section to "Download" docs | Chris Rebert | 1 | -7/+27 | |
| Closes #17291 by finishing the last remaining task. Also reorders the sections in the "Download" docs. [skip sauce] | |||||
| 2015-12-13 | Fix anchor link | Quy | 1 | -1/+1 | |
| 2015-12-12 | Remove extraneous character | Quy | 1 | -1/+1 | |
| 2015-12-12 | Merge pull request #18561 from twbs/fix-18558 | Chris Rebert | 1 | -1/+1 | |
| Docs: Replace `data-src` attribute with `src` in highlighted code | |||||
| 2015-12-12 | Docs: Replace `data-src` attribute with `src` in highlighted code; fixes #18558 | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-12-12 | Merge pull request #18511 from bassjobsen/patch-15 | Chris Rebert | 1 | -18/+17 | |
| Docs Responsive breakpoints from em to px | |||||
| 2015-12-13 | Using px rather than em values | Bass Jobsen | 1 | -5/+5 | |
| Should close https://github.com/twbs/bootstrap/issues/18556 | |||||
| 2015-12-12 | Add <br>s to fix appearance of responsive float docs example | Chris Rebert | 1 | -8/+8 | |
| [skip sauce] | |||||
| 2015-12-11 | Merge pull request #18531 from patrickhlauke/ie-edge-progressbar | Patrick H. Lauke | 1 | -1/+1 | |
| progress bar for IE10+/Edge (border radius, use ::-ms-fill, variant mixins, striped) | |||||
| 2015-12-11 | update progress bar documentation | Patrick H. Lauke | 1 | -1/+1 | |
| clarify lack of support for striped and animated striped bars in IE10+/Edge | |||||
| 2015-12-10 | Remove fully supported features from IE9 limitations docs | Chris Rebert | 1 | -8/+0 | |
| If these are supported, why bother mentioning them in a section that's about communicating what's not supported? These rows made sense when the section also covered IE8 (http://getbootstrap.com/getting-started/#support-ie8-ie9 ), which doesn't support these features, but we no longer care about IE8 in v4. [skip sauce] | |||||
| 2015-12-09 | Add Wall of Browser Bugs entry for #18504 | Chris Rebert | 1 | -0/+10 | |
| https://connect.microsoft.com/IE/feedback/details/2110930/edge-ie11-gradient-background-image-on-tr-is-only-applied-to-first-td [skip sauce] | |||||
| 2015-12-09 | Add Badges entry to v4 migration guide; fixes #18506 | Chris Rebert | 1 | -0/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Migration docs: Make Buttons and Button Group sections adjacent | Chris Rebert | 1 | -4/+4 | |
| [ci skip] | |||||
| 2015-12-09 | Added information about the help-block class | Jonathan | 1 | -0/+1 | |
| Fixes #18505 Closes #18509 | |||||
| 2015-12-09 | Responsive breakpoints from em to px | Bass Jobsen | 1 | -18/+17 | |
| Should close https://github.com/twbs/bootstrap/issues/18503 | |||||
| 2015-12-09 | Document .card-*-outline variants | petetnt | 1 | -0/+55 | |
| 2015-12-09 | Multiple input-group-addon support | Vicary Archangel | 1 | -1/+1 | |
| 1. Invert `:first-child` into `:not(:last-child)` and vice versa 2. Remove double border at the left of `.form-control` 3. Shifts negative margins of `.btn` and `.btn-group` to retain rightmost border when using at the left of `.form-control`. | |||||
| 2015-12-08 | Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images | Chris Rebert | 1 | -2/+2 | |
| Remove unnecessary style attribyte on docs (aligning-images) | |||||
| 2015-12-09 | Remove !default Scss flag in docs grid example | vsn4ik | 1 | -1/+1 | |
| 2015-12-08 | Remove unnecessary style attribyte on docs (aligning-images) | vsn4ik | 1 | -2/+2 | |
| 2015-12-08 | derp, wrong highlight syntax | Mark Otto | 1 | -2/+2 | |
| 2015-12-08 | add extra line before spacing utilities example | Lachlan Campbell | 1 | -0/+1 | |
| 2015-12-08 | grunt after version bump | Mark Otto | 4 | -58/+58 | |
| 2015-12-08 | manually bump versions because npm script wasn't working for me | Mark Otto | 16 | -27/+27 | |
| 2015-12-08 | Update docs for spacing utilities themselves to account for #18185 | Chris Rebert | 1 | -69/+39 | |
| /fyi @mdo There might be prettier/better ways of explaining these, but for the sake of having accurate docs for tomorrow, this should do in a pinch. [skip sauce] | |||||
| 2015-12-08 | Update examples to account for #18185 | Chris Rebert | 8 | -14/+14 | |
| [skip sauce] | |||||
| 2015-12-08 | grunt | Mark Otto | 2 | -2/+2 | |
