From: Mark Otto Date: Mon, 3 Oct 2016 01:27:53 +0000 (-0700) Subject: Document that all table styles are inherited (#20699) X-Git-Tag: v4.0.0-alpha.5~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18b14d3c9f8cb4f0aa056709487ebbe27a3ebfa4;p=thirdparty%2Fbootstrap.git Document that all table styles are inherited (#20699) --- diff --git a/docs/content/tables.md b/docs/content/tables.md index f1f32166d0..f2741b7342 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 %}