From e5d6a40a7781daea884dc4472e5eb3f1705a8498 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 16 May 2013 19:13:58 -0700 Subject: Redo the responsive utilities stuff * Update docs language * Enforce display: block; on all utilities for now * Fix up docs CSS for the tests --- docs/css.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 90f6f490f..69bb0dd7c 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1927,9 +1927,9 @@ For example, <section> should be wrapped as inline. Class - Phones 767px and below - Tablets 979px to 768px - Desktops Default + Small devices Up to 768px + Medium devices 768px to 979px + Large devices 980px and up @@ -1997,23 +1997,23 @@ 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 should not be used with tables, and as such are not supported.

+

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

-

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

+

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

Visible on...

-

Green checkmarks indicate that class is visible in your current viewport.

+

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

Hidden on...

-

Here, green checkmarks indicate that class is hidden in your current viewport.

+

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

-- cgit v1.2.3