From 6749e5509ccb36619aac918d6dca1c9cee1339e3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 30 Mar 2015 18:08:01 -0700 Subject: rewrite table modifiers to use .table- prefix --- docs/content/tables.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/content') diff --git a/docs/content/tables.md b/docs/content/tables.md index f8d743044..5e9107127 100644 --- a/docs/content/tables.md +++ b/docs/content/tables.md @@ -310,31 +310,31 @@ Use contextual classes to color table rows or individual cells. - .active + .table-active Applies the hover color to a particular row or cell - .success + .table-success Indicates a successful or positive action - .info + .table-info Indicates a neutral informative change or action - .warning + .table-warning Indicates a warning that might need attention - .danger + .table-danger Indicates a dangerous or potentially negative action @@ -353,7 +353,7 @@ Use contextual classes to color table rows or individual cells. - + 1 Column content Column content @@ -365,7 +365,7 @@ Use contextual classes to color table rows or individual cells. Column content Column content - + 3 Column content Column content @@ -377,7 +377,7 @@ Use contextual classes to color table rows or individual cells. Column content Column content - + 5 Column content Column content @@ -389,7 +389,7 @@ Use contextual classes to color table rows or individual cells. Column content Column content - + 7 Column content Column content @@ -401,7 +401,7 @@ Use contextual classes to color table rows or individual cells. Column content Column content - + 9 Column content Column content @@ -413,19 +413,19 @@ Use contextual classes to color table rows or individual cells. {% highlight html %} -... -... -... -... -... +... +... +... +... +... - ... - ... - ... - ... - ... + ... + ... + ... + ... + ... {% endhighlight %} -- cgit v1.2.3