diff options
| author | Patrick H. Lauke <[email protected]> | 2016-02-17 16:48:51 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2016-02-17 16:48:51 +0000 |
| commit | fb1d511a2aac334811d5e0a07bf22d776d0c7eac (patch) | |
| tree | ce3d097db1d461400334a95b8257f53defcdbbd3 /docs/content | |
| parent | cf57ec6934fb5858f30a406916ffcba537bb4736 (diff) | |
| parent | 40aee9325da27b479e2a907345edccde55fd05ec (diff) | |
| download | bootstrap-fb1d511a2aac334811d5e0a07bf22d776d0c7eac.tar.xz bootstrap-fb1d511a2aac334811d5e0a07bf22d776d0c7eac.zip | |
Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include
Docs: add/unify advice on contextual colors and accessibility
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md index 80bbbf854..01ec2239a 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -420,6 +420,9 @@ Use contextual classes to color table rows or individual cells. </table> </div> +{% capture callout-include %}{% include callout-warning-color-assistive-technologies.md %}{% endcapture %} +{{ callout-include | markdownify }} + {% highlight html %} <!-- On rows --> <tr class="table-active">...</tr> |
