diff options
| author | Mark Otto <[email protected]> | 2016-10-02 18:27:53 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-02 18:27:53 -0700 |
| commit | 18b14d3c9f8cb4f0aa056709487ebbe27a3ebfa4 (patch) | |
| tree | bf5a1a5920c90496fc9fff128decea7385e205b4 /docs/content | |
| parent | d051ef5e6156b0fc416c63e81ae08448d73eda97 (diff) | |
| download | bootstrap-18b14d3c9f8cb4f0aa056709487ebbe27a3ebfa4.tar.xz bootstrap-18b14d3c9f8cb4f0aa056709487ebbe27a3ebfa4.zip | |
Document that all table styles are inherited (#20699)
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tables.md b/docs/content/tables.md index f1f32166d..f2741b734 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -14,7 +14,7 @@ Due to the widespread use of tables across third-party widgets like calendars an ## Examples -Using the most basic table markup, here's how `.table`-based tables look in Bootstrap. +Using the most basic table markup, here's how `.table`-based tables look in Bootstrap. **All table styles are inherited in Bootstrap 4**, meaning any nested tables will be styled in the same manner as the parent. {% example html %} <table class="table"> |
