aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
2015-10-01Remove random trailing less-than symbolLiam Stanley1-1/+1
2015-09-28Clarify the purpose of CSS class .in to .fadeTommy Kelly1-1/+1
2015-09-28Use backticks/<code> for JS snippets in docs headings; closes #17192Chris Rebert6-25/+25
[skip sauce]
2015-09-27Merge pull request #17626 from wolfika/v4-devMark Otto1-0/+11
Add <h3> header example to Cards docs
2015-09-27Merge pull request #17689 from twbs/fix-17169-moreChris Rebert1-10/+16
Docs: Clarify [hidden] & .hidden
2015-09-25Use correct default value of `constraints` in Tooltip docs; fixes #17671Johann-S1-1/+1
Closes #17699
2015-09-23Clarify [hidden] attr docs; closes #17169Chris Rebert1-10/+16
[ci skip]
2015-09-23Move v3 `.hidden` note into Migration docsChris Rebert1-1/+1
2015-09-22Rename placeholders according to the classes specifiedpetetnt1-2/+2
2015-09-16Add <h3> header example to Cards docswolfika1-0/+11
resolves #17609
2015-09-16Fix doc for tooltips and popover method disposeJohann-S2-4/+4
2015-09-10v4 - fixed incorrect inline form class in docsRolandas Barysas1-1/+1
2015-09-07Fix usage of “its” and “it’s”Zearin5-5/+5
2015-09-06Fixes #17486: start work on responsive cards for decks, groups, and columnsMark Otto1-2/+6
2015-09-05Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for itMark Otto1-1/+7
2015-09-05Update Holder.js to v2.8.2.XhmikosR1-16/+16
[ci skip]
2015-09-03Document btn-info-outline as an exampleDavid\ Beitey1-0/+1
2015-09-03Remove dropped form-horizontal from forms.mdvsn4ik1-1/+1
2015-09-02fixes #17441Mark Otto1-2/+2
2015-09-02Update all usages of 'control-label' with 'form-control-label' in docsAndrew Smith2-6/+6
2015-09-01Merge pull request #17359 from caleb/patch-1Mark Otto1-4/+4
Update static form control example
2015-09-01Merge pull request #17336 from petetnt/petetnt/v4-dev-patch-3Mark Otto1-0/+1
Document utility class .bg-inverse
2015-09-01Merge pull request #17389 from Gupocca/link-fixingMark Otto1-1/+0
Fix several erroneous links in docs.
2015-09-01Merge pull request #17427 from supergibbs/v4-docs-nav-link-in-scrollspyChris Rebert1-1/+1
Fixed link to nav component from scrollspy documentation
2015-09-01Merge pull request #17428 from abitdodgy/docs-fixMark Otto1-28/+26
Adds table-responsive class to docs table
2015-09-01adds table-responsive class to tableMohamad El-Husseini1-1/+1
2015-09-01Fixed link to nav component from scrollspy documentationSupergibbs1-1/+1
(reported by ianhernandez in Slack)
2015-08-31Accept elements as the tooltip / popover contentGleb Mazovetskiy2-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-29Fix several erroneous links in docs.Gupocca2-2/+1
Related to #17314.
2015-08-29Use `https` when possible.XhmikosR3-4/+4
[ci skip]
2015-08-28removes table-responsive div from components/navsMohamad El-Husseini1-28/+26
2015-08-27Less to Sass typos.XhmikosR1-1/+1
[ci skip]
2015-08-26Update static form control exampleCaleb Land1-4/+4
Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label`
2015-08-26Document .bg-inversepetetnt1-0/+1
2015-08-25Fix validation errors.XhmikosR1-2/+2
2015-08-24Document that dropdowns are intentionally click-based rather than hover-basedChris Rebert1-1/+1
And link to a relevant blog post w/ more info. Refs #16966 [skip sauce]
2015-08-23Rephrase/copyedit IE [hidden] compatibility docsChris Rebert1-1/+1
Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7
2015-08-22mention the IE compatability for hidden attr per #17169Mark Otto1-1/+1
2015-08-23Docs: fix typo from 9c52e03Heinrich Fenkart1-1/+1
2015-08-22avoid mentioning css block level in cards docs /cc #17158 #17103Mark Otto1-1/+1
2015-08-22Merge pull request #17235 from kkirsche/patch-28Chris Rebert1-0/+3
Add btn-info to buttons examples
2015-08-22Remove dropped btn-xs and btn-group-xs from docsvsn4ik1-7/+0
2015-08-22Add btn-info to buttons examplesKevin Kirsche1-0/+3
Fix #17234
2015-08-20forms.md: Fix link to disabled buttons docsChris Rebert1-1/+1
2015-08-20forms.md: Fix rebooted form styles linkChris Rebert1-1/+1
2015-08-20Fix options link in Tooltip docsChris Rebert1-1/+1
2015-08-20Fix options link in Popover docsChris Rebert1-1/+1
2015-08-20Popover docs: Fix "Tether" capitalizationChris Rebert1-3/+3
2015-08-20tooltips.md: Fix capitalization of "Tether" moreChris Rebert1-2/+2
2015-08-20tooltips.md: Fix capitalization of "Tether"Chris Rebert1-1/+1