From 8211b12c0fcb5890305a3768b769cbe754c8b1b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 13:00:34 -0700 Subject: improve table classes' snippets and ordering --- css.html | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'css.html') diff --git a/css.html b/css.html index 32d4a0970..f784f0f7e 100644 --- a/css.html +++ b/css.html @@ -1226,7 +1226,7 @@ For example, <section> should be wrapped as inline. -

Contextual table classes

+

Contextual table classes

Use contextual classes to color table rows or individual cells.

@@ -1243,15 +1243,15 @@ For example, <section> should be wrapped as inline. - + - + - +
- .success + .active Indicates a successful or positive actionApplies the hover color to a particular row or cell
- .danger + .success Indicates a dangerous or potentially negative actionIndicates a successful or positive action
@@ -1261,9 +1261,9 @@ For example, <section> should be wrapped as inline.
- .active + .danger Applies the hover color to a particular row or cellIndicates a dangerous or potentially negative action
@@ -1279,7 +1279,7 @@ For example, <section> should be wrapped as inline. - + 1 Column content Column content @@ -1291,7 +1291,7 @@ For example, <section> should be wrapped as inline. Column content Column content - + 3 Column content Column content @@ -1315,7 +1315,7 @@ For example, <section> should be wrapped as inline. Column content Column content - + 7 Column content Column content @@ -1325,11 +1325,18 @@ For example, <section> should be wrapped as inline.
{% highlight html %} - - 1 - Column content - Column content - Column content + +... +... +... +... + + + + ... + ... + ... + ... {% endhighlight %} -- cgit v1.2.3