| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-20 | Document migration from panels to cards | Kevin Kirsche | 1 | -0/+14 | |
| X-Ref: #17120 for `.panel-default` replacement | |||||
| 2015-08-20 | Broken link in Sass mixins section of v4 docs | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17177 Simplest example is using horizontal variants using rows. | |||||
| 2015-08-20 | navs.md: Fade effect: add missing backtick | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Card Columns docs: Link to MDN multi-column CSS docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Fix Broken link in text alignment section of v4 Card docs | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17182 | |||||
| 2015-08-20 | Card Columns docs: Put IE<=9 warning on its own line | Chris Rebert | 1 | -1/+3 | |
| Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear. | |||||
| 2015-08-20 | v4 Fix link to narrow jumbotron example | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17174 | |||||
| 2015-08-20 | rm docs references to nuked stateful button feature | Chris Rebert | 1 | -15/+0 | |
| [skip sauce] | |||||
| 2015-08-20 | reboot.md: fix typo: "to a minimal" [sic] | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | docs/layout/grid.md: Fix responsive utilities link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | introduction.md: Fix typo: "started template" | Chris Rebert | 1 | -1/+1 | |
| 2015-08-21 | Docs: link to tooling setup on download page | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 19 | -22/+26 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-21 | Docs: Fix "read more about x-ua" link | Heinrich Fenkart | 1 | -1/+1 | |
| Fixes #17096 | |||||
| 2015-08-21 | Merge pull request #17027 from n1c/patch-1 | Heinrich Fenkart | 1 | -1/+1 | |
| Title on Figures page should be Figures and not Images? | |||||
| 2015-08-21 | Docs: Update CDN links | Heinrich Fenkart | 1 | -3/+2 | |
| Fixes #17028 Closes #17042 | |||||
| 2015-08-21 | Merge pull request #17065 from kkirsche/patch-8 | Heinrich Fenkart | 1 | -1/+1 | |
| Fix link to .table section in Reboot | |||||
| 2015-08-21 | Merge pull request #17085 from thejameskyle/tjk/4 | Heinrich Fenkart | 1 | -1/+1 | |
| v4 - Fix urls ./helpers => ./utilities | |||||
| 2015-08-21 | Merge pull request #17086 from thejameskyle/tjk/5 | Heinrich Fenkart | 1 | -1/+1 | |
| v4 - Fix text utilities link | |||||
| 2015-08-21 | Merge pull request #17025 from hebbet/v4-dev | Heinrich Fenkart | 1 | -1/+1 | |
| fix broken link to flexbox | |||||
| 2015-08-21 | Fix link to wall of browser bugs; closes #17107 | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-21 | Docs: a little bit of love for the wall of browser bugs | Heinrich Fenkart | 2 | -1/+7 | |
| 2015-08-21 | Merge pull request #17172 from twbs/v4-docs-dropdowns | Heinrich Fenkart | 6 | -68/+68 | |
| Docs: Update all dropdowns to new HTML structure | |||||
| 2015-08-21 | Docs: Update all dropdowns to new HTML structure | Heinrich Fenkart | 6 | -68/+68 | |
| 2015-08-20 | Merge branch 'v4' into v4-dev | Mark Otto | 9 | -8/+9 | |
| 2015-08-20 | this sucks, but it's needed for now due to the grunt build control plugin | Mark Otto | 1 | -0/+1 | |
| 2015-08-20 | grunt | Mark Otto | 8 | -8/+8 | |
| 2015-08-20 | add jekyll plugins to gemfile | Thomas McDonald | 2 | -0/+7 | |
| 2015-08-20 | Merge pull request #17156 from kkirsche/patch-19 | Heinrich Fenkart | 1 | -5/+5 | |
| v4 Docs - Fix scroll spy navbar example | |||||
| 2015-08-20 | run jekyll with bundle exec | Thomas McDonald | 1 | -1/+2 | |
| 2015-08-20 | install scss-lint in system | Thomas McDonald | 1 | -0/+1 | |
| 2015-08-20 | Merge pull request #17164 from twbs/shrinkwrap | Chris Rebert | 1 | -1030/+3316 | |
| Update shrinkwrap to help fix Travis build | |||||
| 2015-08-20 | Update shrinkwrap to help fix Travis build | Chris Rebert | 1 | -1030/+3316 | |
| 2015-08-20 | Fix use of LESS var syntax in docs when referencing SCSS | David Richardson | 2 | -4/+4 | |
| Example: > ... SCSS variables (e.g., `@enable-gradients: true`) ... Referenced SCSS but used the LESS syntax. Changed to: > ... SCSS variables (e.g., `$enable-gradients: true`) ... Closes #17114 | |||||
| 2015-08-20 | Use border-radius mixing in form-control-sm and form-control-lg | Kevin Kirsche | 1 | -2/+2 | |
| Fix #17160 | |||||
| 2015-08-20 | v4 - Accordion example should use cards | Kevin Kirsche | 1 | -12/+12 | |
| Partial Fix: #17157 Additional code needed to get cards to butt up against each other as expected. | |||||
| 2015-08-20 | v4 Docs - Fix scroll spy navbar example | Kevin Kirsche | 1 | -5/+5 | |
| Fix #17125 | |||||
| 2015-08-20 | Merge pull request #17152 from zacechola/popover_container_example | Heinrich Fenkart | 1 | -2/+2 | |
| v4 - Fix container option example code | |||||
| 2015-08-20 | Fix container option example code | Zac Echola | 1 | -2/+2 | |
| 2015-08-20 | Add pixel values for the rem breakpoints and column sizes | Kevin Kirsche | 1 | -13/+13 | |
| Fix: #17145 | |||||
| 2015-08-20 | Merge pull request #17139 from coliff/patch-6 | Heinrich Fenkart | 1 | -1/+1 | |
| v4 Docs - Fix tether typo | |||||
| 2015-08-20 | Rendered example bin in grid docs should use sass | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17129 | |||||
| 2015-08-21 | Fix tether typo | Christian Oliff | 1 | -1/+1 | |
| Fix tether typo | |||||
| 2015-08-20 | Provide V4 JSBin template | Kevin Kirsche | 1 | -1/+1 | |
| provide V4 JSBin template for users to use when sending bug reports. | |||||
| 2015-08-20 | v4: Dropdown caret is not horizontally alligned | Kevin Kirsche | 1 | -0/+1 | |
| Fix #17135 | |||||
| 2015-08-20 | Merge pull request #17133 from zacechola/btn_xs_removal | Heinrich Fenkart | 1 | -24/+0 | |
| Remove btn-xs from dropdown docs | |||||
| 2015-08-20 | Remove btn-xs from dropdown | Zac Echola | 1 | -24/+0 | |
| 2015-08-20 | Merge pull request #17132 from zacechola/jquery_cdn_link | Heinrich Fenkart | 1 | -0/+1 | |
| Add jquery cdn link | |||||
| 2015-08-20 | Add jquery cdn link | Zac Echola | 1 | -0/+1 | |
| 2015-08-20 | Merge pull request #17115 from benjamindean/patch-1 | Heinrich Fenkart | 1 | -1/+1 | |
| Fix "background-variants" anchor | |||||
