diff --git a/_includes/nav-css.html b/_includes/nav-css.html index 37ea1119c5..853b47331b 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -71,6 +71,17 @@
  • Button tags
  • -
  • Images
  • -
  • Helper classes
  • -
  • Responsive utilities
  • +
  • + Images +
  • +
  • + Helper classes +
  • +
  • + Responsive utilities + +
  • diff --git a/css.html b/css.html index 389ff06637..8b294e2053 100644 --- a/css.html +++ b/css.html @@ -2216,8 +2216,11 @@ For example, <section> should be wrapped as inline.

    Responsive utilities

    For faster mobile-friendly development, use these utility classes for showing and hiding content by device via media query. Also included are utility classes for toggling content when printed.

    +

    Try to use these on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. Responsive utilities are currently only available for block and table toggling. Use with inline and table elements is currently not supported.

    -

    Responsive classes

    + +

    Available classes

    +

    Use a single or combination of the available classes for toggling content across viewport breakpoints.

    @@ -2304,7 +2307,9 @@ For example, <section> should be wrapped as inline.
    -

    Print classes

    + +

    Print classes

    +

    Similar to the regular responsive classes, use these for toggling content for print.

    @@ -2329,12 +2334,11 @@ For example, <section> should be wrapped as inline.
    -

    When to use

    -

    Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation. Responsive utilities are currently only available for block-level toggling, meaning display: none; or display: block;. Use with inline and table elements is currently not supported.

    -

    Test case

    +

    Test cases

    Resize your browser or load on different devices to test the responsive utility classes.

    -

    Visible on...

    + +

    Visible on...

    Green checkmarks indicate the element is visible in your current viewport.

    @@ -2355,7 +2359,7 @@ For example, <section> should be wrapped as inline. ✔ Visible on large
    -
    +
    ✔ Visible on x-small and small @@ -2364,7 +2368,7 @@ For example, <section> should be wrapped as inline. ✔ Visible on medium and large
    -
    +
    ✔ Visible on x-small and medium @@ -2373,7 +2377,7 @@ For example, <section> should be wrapped as inline. ✔ Visible on small and large
    -
    +
    ✔ Visible on x-small and large @@ -2381,9 +2385,10 @@ For example, <section> should be wrapped as inline.
    ✔ Visible on small and medium -
    +
    -

    Hidden on...

    + +

    Hidden on...

    Here, green checkmarks indicate the element is hidden in your current viewport.