From 8211b12c0fcb5890305a3768b769cbe754c8b1b8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 13:00:34 -0700 Subject: [PATCH] improve table classes' snippets and ordering --- _includes/nav-css.html | 2 +- css.html | 37 ++++++++++++++++++++++--------------- 2 files changed, 23 insertions(+), 16 deletions(-) diff --git a/_includes/nav-css.html b/_includes/nav-css.html index d4acb7bc53..e363df52b3 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -48,7 +48,7 @@
  • Bordered tables
  • Hover rows
  • Condensed tables
  • -
  • Contextual row classes
  • +
  • Contextual classes
  • diff --git a/css.html b/css.html index 32d4a0970e..f784f0f7eb 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 %}