| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-11-23 | Add responsive embed class for 1:1 aspect ratio | Richard Kraaijenhagen | 1 | -0/+5 | |
| Closes #18141 | |||||
| 2015-11-23 | Run `grunt`. | XhmikosR | 6 | -21/+20 | |
| [ci skip] | |||||
| 2015-11-22 | Remove non-responsive text alignment classes | Chris Rebert | 7 | -25/+35 | |
| These can be replaced by their `.text-xs-*` parallels. This also avoids any complications from interactions between the responsive and non-responsive classes. (e.g. `<div class="text-left text-md-right">`) Refs #18300 [skip sauce] | |||||
| 2015-11-19 | Revert "Added button subsection to the component section" | Patrick H. Lauke | 1 | -4/+0 | |
| 2015-11-19 | Added button subsection to the component section | Jonathan | 1 | -0/+4 | |
| 2015-11-19 | Docs: Separate Tether out from docs.min.js | Chris Rebert | 1 | -0/+2 | |
| We can't include it in docs.min.js because docs.min.js includes application.js, application.js depends on bootstrap.js, and the tooltip portion of bootstrap.js depends on Tether. So instead, we need to load Tether separately before bootstrap.js [skip sauce] | |||||
| 2015-11-16 | Run `grunt`. | XhmikosR | 8 | -411/+211 | |
| [ci skip] | |||||
| 2015-11-15 | docs/content/reboot.md: Just to avoid any ambiguity | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-11-15 | docs/content/reboot.md: Add MDN link and a comma | Chris Rebert | 1 | -2/+2 | |
| 2015-11-16 | Touch responsiveness optimization | Patrick H. Lauke | 1 | -0/+14 | |
| Admittedly wordy info dump on why we use `touch-action:manipulation` refs https://github.com/twbs/bootstrap/pull/18051#issuecomment-156375970 | |||||
| 2015-11-15 | Add input group example with btns on both sides for completeness+testing | Chris Rebert | 1 | -0/+14 | |
| [skip sauce] | |||||
| 2015-11-14 | uncomment that, fixes #18219 | Mark Otto | 1 | -2/+0 | |
| 2015-11-14 | document links with text emphasis classes, fixes #18223 | Mark Otto | 1 | -0/+11 | |
| 2015-11-14 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Jacob Thornton | 8 | -45/+58 | |
| 2015-11-14 | Merge pull request #18249 from twbs/v4-ap | Mark Otto | 1 | -6/+12 | |
| Autoprefixer callout in Build tools docs | |||||
| 2015-11-14 | Merge branch 'v4-dev' of https://github.com/lincolndbryant/bootstrap into ↵ | Jacob Thornton | 4 | -27/+7 | |
| lincolndbryant-v4-dev | |||||
| 2015-11-14 | grunt | Mark Otto | 6 | -15/+28 | |
| 2015-11-14 | fix broke markup | Mark Otto | 1 | -7/+0 | |
| 2015-11-14 | unfuck that class name change | Mark Otto | 1 | -7/+7 | |
| 2015-11-14 | Merge pull request #18250 from twbs/v4-checkbox-markup | Mark Otto | 1 | -14/+15 | |
| Checkbox validation markup (Take 2) | |||||
| 2015-11-14 | s/error/danger/ | Chris Rebert | 1 | -1/+1 | |
| [skip sauce] | |||||
| 2015-11-14 | One more Autoprefixer shoutout | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2015-11-14 | contextual shoutout | Mark Otto | 1 | -1/+1 | |
| 2015-11-14 | consolidate links at the bottom of the file | Mark Otto | 1 | -6/+6 | |
| 2015-11-14 | Simplifies markup for checkbox validation states | Zac Echola | 1 | -14/+15 | |
| 2015-11-14 | Add note to build tools docs section about autoprefixer | Mark Otto | 1 | -0/+6 | |
| 2015-11-14 | Refactor figure image styles to use CSS class instead of child selector | Bass Jobsen | 1 | -3/+3 | |
| Refactoring according the comments on https://github.com/twbs/bootstrap/pull/18104. Closes #18131 | |||||
| 2015-11-13 | Add shrink-to-fit to responsive meta section | Patrick H. Lauke | 1 | -1/+1 | |
| 2015-11-12 | Merge pull request #17954 from risan/patch-1 | Mark Otto | 1 | -0/+4 | |
| [V4] Fixes #17953: Add migration docs of .btn-default removal | |||||
| 2015-11-12 | Merge pull request #17808 from alberto/fix-17781 | Mark Otto | 1 | -0/+1 | |
| fixes #17781: Add migration docs note that .control-label is gone in v4 | |||||
| 2015-11-12 | grunt | Mark Otto | 6 | -241/+479 | |
| 2015-11-12 | Merge pull request #17505 from hkdobrev/v4-bundle-instructions | Chris Rebert | 1 | -4/+4 | |
| Recommend using bundle for running docs locally [skip sauce] | |||||
| 2015-11-12 | Merge pull request #17467 from Corbzilla/v4-dev-remove-holderjs-docs | Mark Otto | 1 | -0/+5 | |
| V4 remove holderjs references from carousel and card docs | |||||
| 2015-11-12 | Merge pull request #17153 from kkirsche/patch-17 | Mark Otto | 1 | -3/+3 | |
| v4 — Change .has-error to .has-danger for uniformity. | |||||
| 2015-11-12 | Merge pull request #17204 from petetnt/petetnt/v4-dev-patch-2 | Mark Otto | 1 | -20/+22 | |
| modal.md - wrapped rows to a .container-fluid, added .bd-example-row... | |||||
| 2015-11-12 | Move `[hidden]` style from _utilities.scss to _reboot.scss; fixes #18230 | Chris Rebert | 2 | -16/+16 | |
| [skip sauce] | |||||
| 2015-11-12 | Run `grunt`. | XhmikosR | 4 | -233/+6 | |
| [ci skip] | |||||
| 2015-11-11 | Run `grunt`. | XhmikosR | 12 | -427/+444 | |
| [ci skip] | |||||
| 2015-11-04 | Reorder attributes in Navs documentation | David\ Beitey | 1 | -48/+48 | |
| Attribute order now adheres to the Code Guide (http://codeguide.co/#html-attribute-order). | |||||
| 2015-11-03 | http://wkbug.com/146244 has been fixed in WebKit Nightly | Chris Rebert | 1 | -10/+0 | |
| See http://trac.webkit.org/changeset/191954 Refs #15968 [ci skip] | |||||
| 2015-11-03 | Update typography.md | Bass Jobsen | 1 | -8/+8 | |
| 2015-11-03 | Update typography.md | Bass Jobsen | 1 | -3/+3 | |
| 2015-11-01 | Merge pull request #18116 from bassjobsen/patch-8 | Mark Otto | 1 | -1/+1 | |
| linking to the color scheme directly | |||||
| 2015-11-01 | http://crbug.com/523282 has been fixed in Chrome Canary | Chris Rebert | 1 | -10/+0 | |
| Refs #17913 [ci skip] | |||||
| 2015-10-31 | linking to the color scheme directly | Bass Jobsen | 1 | -1/+1 | |
| Because of a color scheme has a color and background color. | |||||
| 2015-10-30 | Port #18111 to v4 | Chris Rebert | 1 | -0/+10 | |
| Add http://wkbug.com/150715 to Wall of Browser Bugs [skip sauce] [skip validator] | |||||
| 2015-10-29 | Docs: Make pagination <span> example live | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] | |||||
| 2015-10-29 | grunt dist | Chris Rebert | 2 | -2/+2 | |
| 2015-10-29 | Merge pull request #18095 from twbs/document.head | Chris Rebert | 2 | -2/+2 | |
| Trivially simplify IE10 Mobile viewport bug workaround | |||||
| 2015-10-29 | Update to Jekyll v3.0.0. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
