| Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue #11098 -- Button documentation.
|
|
required CSS
|
|
|
|
finishes
|
|
|
|
|
|
|
|
|
|
elements
Per issue comments, `display: inline` elements like <span> don't work for this.
Resolves #10049
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed unneeded 'accordion-toggle' class from collapse examples
|
|
|
|
|
|
|
|
Fix #10324: Add opt-in note to tooltip docs
|
|
|
|
Conflicts:
javascript.html
|
|
|
|
|
|
|
|
minor improvements to affix docs
|
|
|
|
|
|
* Re-added a note (now callout) about need to opt in to tooltip docs
* Converted same note in popover section to callout
|
|
correct enable selector for button usage in docs
|
|
* Adds full code snippets
* Adds snippet for `.fade`
* Adds callout for `.in` requirement on first fade-able tab
|
|
|
|
carousel docs were missing mention of the data-ride attribute
used to automatically start the carousel at load time
|
|
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
|
|
|
|
These should really be <button> elements, but until that gets squared away, this will suffice.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|