| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-09-05 | Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it | Mark Otto | 1 | -1/+7 | |
| 2015-09-05 | Update Holder.js to v2.8.2. | XhmikosR | 1 | -16/+16 | |
| [ci skip] | |||||
| 2015-09-03 | Document btn-info-outline as an example | David\ Beitey | 1 | -0/+1 | |
| 2015-09-03 | Remove dropped form-horizontal from forms.md | vsn4ik | 1 | -1/+1 | |
| 2015-09-02 | fixes #17441 | Mark Otto | 1 | -2/+2 | |
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 2 | -6/+6 | |
| 2015-09-01 | Merge pull request #17359 from caleb/patch-1 | Mark Otto | 1 | -4/+4 | |
| Update static form control example | |||||
| 2015-09-01 | Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3 | Mark Otto | 1 | -0/+1 | |
| Document utility class .bg-inverse | |||||
| 2015-09-01 | Merge pull request #17389 from Gupocca/link-fixing | Mark Otto | 1 | -1/+0 | |
| Fix several erroneous links in docs. | |||||
| 2015-09-01 | Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspy | Chris Rebert | 1 | -1/+1 | |
| Fixed link to nav component from scrollspy documentation | |||||
| 2015-09-01 | Merge pull request #17428 from abitdodgy/docs-fix | Mark Otto | 1 | -28/+26 | |
| Adds table-responsive class to docs table | |||||
| 2015-09-01 | adds table-responsive class to table | Mohamad El-Husseini | 1 | -1/+1 | |
| 2015-09-01 | Fixed link to nav component from scrollspy documentation | Supergibbs | 1 | -1/+1 | |
| (reported by ianhernandez in Slack) | |||||
| 2015-08-31 | Accept elements as the tooltip / popover content | Gleb Mazovetskiy | 2 | -3/+3 | |
| When a DOM node is passed to an HTML tooltip, the `title` node is only moved if it is not already in the tooltip. Otherwise, `empty()` is used instead of `detach()` before appending the `title` to avoid memory leaks. If a DOM node is passed to a plain text tooltip, its text is copied via jQuery `.text()`. Replaces `.detach()` with `.empty()`, as `.detach()` is almost never useful but instead leaks memory. The difference between `empty` and `detach` is that the latter keeps all the attached jQuery events/data. However, since we do not return the previous children, the user would have to keep these themselves, thus they can `detach()` if necessary. This is a port of https://github.com/twbs/bootstrap/pull/14552 to v4. | |||||
| 2015-08-29 | Fix several erroneous links in docs. | Gupocca | 2 | -2/+1 | |
| Related to #17314. | |||||
| 2015-08-29 | Use `https` when possible. | XhmikosR | 3 | -4/+4 | |
| [ci skip] | |||||
| 2015-08-28 | removes table-responsive div from components/navs | Mohamad El-Husseini | 1 | -28/+26 | |
| 2015-08-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-26 | Update static form control example | Caleb Land | 1 | -4/+4 | |
| Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label` | |||||
| 2015-08-26 | Document .bg-inverse | petetnt | 1 | -0/+1 | |
| 2015-08-25 | Fix validation errors. | XhmikosR | 1 | -2/+2 | |
| 2015-08-24 | Document that dropdowns are intentionally click-based rather than hover-based | Chris Rebert | 1 | -1/+1 | |
| And link to a relevant blog post w/ more info. Refs #16966 [skip sauce] | |||||
| 2015-08-23 | Rephrase/copyedit IE [hidden] compatibility docs | Chris Rebert | 1 | -1/+1 | |
| Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 | |||||
| 2015-08-22 | mention the IE compatability for hidden attr per #17169 | Mark Otto | 1 | -1/+1 | |
| 2015-08-23 | Docs: fix typo from 9c52e03 | Heinrich Fenkart | 1 | -1/+1 | |
| 2015-08-22 | avoid mentioning css block level in cards docs /cc #17158 #17103 | Mark Otto | 1 | -1/+1 | |
| 2015-08-22 | Merge pull request #17235 from kkirsche/patch-28 | Chris Rebert | 1 | -0/+3 | |
| Add btn-info to buttons examples | |||||
| 2015-08-22 | Remove dropped btn-xs and btn-group-xs from docs | vsn4ik | 1 | -7/+0 | |
| 2015-08-22 | Add btn-info to buttons examples | Kevin Kirsche | 1 | -0/+3 | |
| Fix #17234 | |||||
| 2015-08-21 | modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵ | petetnt | 1 | -20/+22 | |
| better visualization | |||||
| 2015-08-20 | forms.md: Fix link to disabled buttons docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | forms.md: Fix rebooted form styles link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Fix options link in Tooltip docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Fix options link in Popover docs | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Popover docs: Fix "Tether" capitalization | Chris Rebert | 1 | -3/+3 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" more | Chris Rebert | 1 | -2/+2 | |
| 2015-08-20 | tooltips.md: Fix capitalization of "Tether" | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Modal docs: Add MDN autofocus docs link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | <progress> docs: Add MDN link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Pagination docs: Fix "pager alternative" link | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Breadcrumb docs: Add MDN CSS doc links | Chris Rebert | 1 | -1/+1 | |
| 2015-08-20 | Merge pull request #17178 from twbs/die-stateful-btn | Mark Otto | 1 | -15/+0 | |
| rm docs references to nuked stateful button feature | |||||
| 2015-08-20 | Merge pull request #17184 from kkirsche/patch-28 | Mark Otto | 1 | -1/+1 | |
| v4 - Fix Broken link in text alignment section of v4 Card docs | |||||
| 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 | rm docs references to nuked stateful button feature | Chris Rebert | 1 | -15/+0 | |
| [skip sauce] | |||||
| 2015-08-21 | Docs: various fixes | Heinrich Fenkart | 9 | -12/+16 | |
| Mostly links. Fixes #17056. | |||||
| 2015-08-21 | Merge pull request #17025 from hebbet/v4-dev | Heinrich Fenkart | 1 | -1/+1 | |
| fix broken link to flexbox | |||||
