aboutsummaryrefslogtreecommitdiff
path: root/docs/components
AgeCommit message (Collapse)AuthorFilesLines
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-21modal.md - wrapped rows to a .container-fluid, added .bd-example-row for ↵petetnt1-20/+22
better visualization
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
2015-08-20Modal docs: Add MDN autofocus docs linkChris Rebert1-1/+1
2015-08-20<progress> docs: Add MDN linkChris Rebert1-1/+1
2015-08-20Pagination docs: Fix "pager alternative" linkChris Rebert1-1/+1
2015-08-20Breadcrumb docs: Add MDN CSS doc linksChris Rebert1-1/+1
2015-08-20Merge pull request #17178 from twbs/die-stateful-btnMark Otto1-15/+0
rm docs references to nuked stateful button feature
2015-08-20Merge pull request #17184 from kkirsche/patch-28Mark Otto1-1/+1
v4 - Fix Broken link in text alignment section of v4 Card docs
2015-08-20navs.md: Fade effect: add missing backtickChris Rebert1-1/+1
2015-08-20Card Columns docs: Link to MDN multi-column CSS docsChris Rebert1-1/+1
2015-08-20Fix Broken link in text alignment section of v4 Card docsKevin Kirsche1-1/+1
Fix #17182
2015-08-20Card Columns docs: Put IE<=9 warning on its own lineChris Rebert1-1/+3
Otherwise the "Heads up!" is at the end of the previous line, making the connection to the warning unclear.
2015-08-20rm docs references to nuked stateful button featureChris Rebert1-15/+0
[skip sauce]
2015-08-21Docs: various fixesHeinrich Fenkart9-12/+16
Mostly links. Fixes #17056.
2015-08-21Merge pull request #17025 from hebbet/v4-devHeinrich Fenkart1-1/+1
fix broken link to flexbox