| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-04-08 | Fixes #18573: Change name of .form-control-label to .col-form-label (and ↵ | Mark Otto | 1 | -25/+25 | |
| .form-control-legend to .col-form-legend) to reiterate use for only grid layouts | |||||
| 2016-04-08 | grunt | Mark Otto | 4 | -4/+5 | |
| 2016-04-08 | fix up broke forms styles and docs example for the grid | Mark Otto | 1 | -19/+21 | |
| 2016-04-08 | Merge branch 'v4-dev' into v4-forms-cleanup | Mark Otto | 66 | -363/+655 | |
| 2016-04-08 | Fixes #19690: Mention classes better for .list-inline and .list-inline-item | Mark Otto | 1 | -1/+1 | |
| 2016-04-08 | https://webkit.org/b/143527 has been fixed | Chris Rebert | 1 | -10/+0 | |
| Refs #16180, #16262 [skip sauce] | |||||
| 2016-04-06 | Docs: Call out removal of @screen-* variables in v4 | Craig Martin | 1 | -4/+4 | |
| Closes #19561 Closes #19567 [skip sauce] | |||||
| 2016-04-06 | Update lingering implicit prose reference to `.center-block` | Chris Rebert | 1 | -1/+1 | |
| Closes #19339 Refs #19102, #19443, #19665 [skip sauce] | |||||
| 2016-04-06 | Finish killing .center-block; fixes #19443 | Teo Dell'Amico | 4 | -12/+6 | |
| Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce] | |||||
| 2016-04-06 | Add `display` utility classes (.d-{inline,block,inline-block}); fixes #19343 | Teo Dell'Amico | 1 | -0/+22 | |
| Refs #19665 [skip sauce] | |||||
| 2016-04-06 | Add docs for .w-100 utility class | Chris Rebert | 1 | -0/+8 | |
| [skip sauce] | |||||
| 2016-04-05 | Update Wall of Browser Bugs entry for #14211 | Chris Rebert | 1 | -1/+1 | |
| Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/5381673/ [skip sauce] | |||||
| 2016-04-05 | Wall of Browser Bugs: Update some more URLs of MS Edge bugs | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2016-04-04 | Reflect MS Edge's migration of their issue tracker | Chris Rebert | 3 | -3/+5 | |
| Refs https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ [skip sauce] | |||||
| 2016-04-02 | Docs: Correct arg `offsets` to `offset` in tooltips & popovers | Kay.L | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-03-26 | Add Wall of Browser Bugs entry for #19626 | Chris Rebert | 1 | -0/+10 | |
| Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1259972 Closes #19626 [ci skip] | |||||
| 2016-03-23 | Merge pull request #19407 from twbs/v4-dev-xmr-jquery-221 | Chris Rebert | 14 | -17/+17 | |
| Update jQuery to v2.2.2. | |||||
| 2016-03-21 | grunt | Mark Otto | 4 | -4/+4 | |
| 2016-03-21 | don't shrink nav font-size | Mark Otto | 1 | -2/+0 | |
| 2016-03-21 | lighter active | Mark Otto | 1 | -1/+1 | |
| 2016-03-21 | Make active navbar link weight 500 again | Mark Otto | 1 | -0/+1 | |
| 2016-03-19 | Update jQuery to v2.2.2. | XhmikosR | 14 | -17/+17 | |
| 2016-03-15 | Add Wall of Browser Bugs entry for #17338 | Chris Rebert | 1 | -0/+10 | |
| https://crbug.com/595210 Closes #17338 [skip sauce] | |||||
| 2016-03-14 | Mention https://webkit.org/b/153856 in the docs | Chris Rebert | 1 | -0/+4 | |
| Refs #14839, #19088 [skip sauce] | |||||
| 2016-03-14 | Merge pull request #19426 from twbs/ios-virt-keyboard | Chris Rebert | 2 | -6/+2 | |
| Remove iOS virtual keyboard bug section from docs | |||||
| 2016-03-14 | Document $enable-grid-classes variable | David Lormor | 1 | -9/+10 | |
| Closes #19532 [skip sauce] | |||||
| 2016-03-11 | Fixed typos | Floris Verburg | 1 | -2/+2 | |
| 2016-03-11 | Added explicit commentary to .card-* classes | Floris Verburg | 1 | -0/+12 | |
| 2016-03-10 | Explicitly state the ordering of cards in card columns | Floris Verburg | 1 | -1/+3 | |
| 2016-03-09 | Wall of Browser Bugs: Stop mentioning IE11 | Chris Rebert | 1 | -7/+7 | |
| Sounds like IE11 isn't getting non-critical fixes anymore, so there's no point in mentioning it (just like there's no point in mentioning IE10). Help us, Edge-Wan Kenobi! You're our only hope. [ci skip] | |||||
| 2016-03-09 | Update Wall of Browser Bugs entry for #15990 | Chris Rebert | 1 | -1/+1 | |
| http://bugzil.la/1139853 was resolved as a duplicate of http://bugzil.la/924068 Refs #15990 [ci skip] | |||||
| 2016-03-07 | Examples: Update tether to v1.2.0. | XhmikosR | 13 | -13/+13 | |
| [ci skip] | |||||
| 2016-03-07 | Add native title tooltip IE11/Edge bug to wall of browser bugs | Patrick H. Lauke | 1 | -0/+10 | |
| 2016-03-07 | Run `grunt`. | XhmikosR | 4 | -3/+17 | |
| [ci skip] | |||||
| 2016-03-06 | Remove iOS virtual keyboard bug section from docs | Chris Rebert | 2 | -6/+2 | |
| The modal backdrop positioning bug related to iOS' virtual keyboard doesn't seem to reproduce in iOS 8.0+. (Possibly as a side-effect of https://bugs.webkit.org/show_bug.cgi?id=153224 ) Refs #9023 [skip sauce] | |||||
| 2016-03-06 | Docs: Link directly to printing-related browser bugs | Chris Rebert | 1 | -2/+2 | |
| * https://bugs.chromium.org/p/chromium/issues/detail?id=273306 * https://bugs.webkit.org/show_bug.cgi?id=138192 [skip sauce] | |||||
| 2016-03-06 | Docs: Add link to Chrome bug regarding `body { overflow: hidden; }` | Chris Rebert | 1 | -1/+1 | |
| https://bugs.chromium.org/p/chromium/issues/detail?id=175502 [skip sauce] | |||||
| 2016-03-06 | Merge pull request #19408 from delftswa2016/v4-dev | Patrick H. Lauke | 1 | -0/+10 | |
| Introduction for using table-reflow | |||||
| 2016-03-06 | Introduction for using table-reflow. | Floris Verburg | 1 | -0/+10 | |
| 2016-03-03 | Remove Wall of Browser Bugs entry for #19390 | Chris Rebert | 1 | -10/+0 | |
| Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1217012 Refs #19393 [ci skip] | |||||
| 2016-03-03 | Add Wall of Browser Bugs entry for #19390 | Chris Rebert | 1 | -0/+10 | |
| https://bugzilla.mozilla.org/show_bug.cgi?id=1253468 Closes #19390 [skip sauce] | |||||
| 2016-02-29 | Added colon before enumeration | Maarten van Elsas | 1 | -1/+1 | |
| 2016-02-27 | Example pages: Remove usages of defunct .page-header class | Chris Rebert | 5 | -10/+5 | |
| /fyi @mdo Note: The selector in dashboard.css that used .page-header was superfluous because the margin that it zeroed was already zero even without that declaration. [skip sauce] | |||||
| 2016-02-28 | Run grunt. | XhmikosR | 1 | -3/+4 | |
| [ci skip] | |||||
| 2016-02-28 | update theme parameters to fix #19333 | Ivan Malopinsky | 1 | -2/+2 | |
| 2016-02-28 | Update holder.js to v2.9.3. | XhmikosR | 1 | -3/+4 | |
| [ci skip] | |||||
| 2016-02-27 | Run `grunt`. | XhmikosR | 5 | -11/+12 | |
| [ci skip] | |||||
| 2016-02-27 | Update tether to v1.2.0. | XhmikosR | 1 | -2/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-27 | Update jekyll-search to v1.1.1. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-02-27 | Update clipboard.js to v1.5.9. | XhmikosR | 1 | -2/+2 | |
| [ci skip] | |||||
