diff --git a/guide/english/bootstrap/tables/index.md b/guide/english/bootstrap/tables/index.md index 0d023ffcd8..e532e293ee 100644 --- a/guide/english/bootstrap/tables/index.md +++ b/guide/english/bootstrap/tables/index.md @@ -67,7 +67,7 @@ In order to achieve the bordered table use `.table-bordered` in addition to `.ta --- #### Table Hover -In order to achieve the hover row effect on tables, use `.table-bordered` in addition to `.table` on any `` element. +In order to achieve the hover row effect on tables, use `.table-hover` in addition to `.table` on any `
` element.
... @@ -102,7 +102,7 @@ In order to achieve the responsive table by wrapping any `.table` table in a `.t --- -Developers are able to change the style of each individual row and/or cell by using **contextual classes**. +Developers are able to change the style of each individual row `` and/or cell `
` by using **contextual classes**. - `.active` - Applies the hover color to a particular row or cell - `.success` - Indicates a successful or positive action