From: Mark Otto Date: Mon, 20 Mar 2017 00:37:13 +0000 (-0700) Subject: rewrite in markdown X-Git-Tag: v4.0.0-beta~147^2~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374c45048c53bd70d7ecc8886e6ccc72da8be773;p=thirdparty%2Fbootstrap.git rewrite in markdown --- diff --git a/docs/content/tables.md b/docs/content/tables.md index 040decfe00..62579ac69d 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -442,50 +442,13 @@ Add `.table-sm` to make tables more compact by cutting cell padding in half. Use contextual classes to color table rows or individual cells. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ClassDescription
- .table-active - Applies the hover color to a particular row or cell
- .table-success - Indicates a successful or positive action
- .table-info - Indicates a neutral informative change or action
- .table-warning - Indicates a warning that might need attention
- .table-danger - Indicates a dangerous or potentially negative action
+| Class | Description | +| --- | --- | +| `.table-active` | Applies the hover color to a particular row or cell | +| `.table-success` | Indicates a successful or positive action | +| `.table-info` | Indicates a neutral informative change or action | +| `.table-warning` | Indicates a warning that might need attention | +| `.table-danger` | Indicates a dangerous or potentially negative action |