From ffa0d2f180a328133a0d14d381678d15541a91cd Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Mar 2012 10:35:08 -0600 Subject: Some Doc Typos Fixed doc typos in Components and Scaffolding. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 29491c118..545f1cd87 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -554,7 +554,7 @@

What are they

-

For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.

+

For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.

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.

For example, you might show a <select> element for nav on mobile layouts, but not on tablets or desktops.

-- cgit v1.2.3 From 6a61e81b7a207c23f050accfb73043d0b571d4de Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 13 Mar 2012 13:36:58 -0600 Subject: Another Typo Fixed another typo pointed out by panahi. --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 545f1cd87..f5a756790 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -611,7 +611,7 @@

Test case

-

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

+

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

Visible on...

  • Phone✔ Phone
  • -- cgit v1.2.3 From 1a6a1828bf92aec044387ff7020a1f77abcd6730 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 17:23:20 -0700 Subject: remove mention of siteWidth, no longer used --- docs/scaffolding.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index f5a756790..b49ec4031 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -374,11 +374,6 @@ 20px Negative space between columns - - @siteWidth - Computed sum of all columns and gutters - Counts number of columns and gutters to set width of the .container-fixed() mixin -
    @@ -627,7 +622,7 @@
- +
-- cgit v1.2.3 From d1864b3608d215ee22daf96268f878b1818c6de1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 00:46:03 -0700 Subject: adding 144x144 ipad touch icon --- docs/scaffolding.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index b49ec4031..dd2641237 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -20,6 +20,7 @@ + -- cgit v1.2.3 From a7b8e52f8e08cc821d7324153885c085fad25c1a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 01:12:51 -0700 Subject: Overhaul the responsive utility classes: 1. Rename file from responsive-utility-classes.less to responsive-utilities.less 2. Add additional help text around the documentation for the classes in Scaffolding 3. Remove unnecessary display values on initial classes 4. Drop block values for inherit for better support on inline and table elements 5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid) --- docs/scaffolding.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index dd2641237..017fd493e 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -609,12 +609,14 @@

Test case

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

Visible on...

+

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

  • Phone✔ Phone
  • Tablet✔ Tablet
  • Desktop✔ Desktop

Hidden on...

+

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

  • Phone✔ Phone
  • Tablet✔ Tablet
  • -- cgit v1.2.3 From a62810918f8a27b5755258521422eb912a1edfd8 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 25 Mar 2012 13:33:36 -0700 Subject: fix responsive navbar --- docs/scaffolding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scaffolding.html') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 017fd493e..e2715a2c3 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -40,7 +40,7 @@ Bootstrap - -- cgit v1.2.3