From: Kevin Ball Date: Thu, 1 Jun 2017 20:22:05 +0000 (-0700) Subject: Some quick tweaks on the new docs pages X-Git-Tag: v6.4.0-rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9746cbfbcf5da9974bba3ce928328f4fecb27cfb;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Some quick tweaks on the new docs pages --- diff --git a/docs/pages/prototyping-utilities.md b/docs/pages/prototyping-utilities.md index 13e2434ca..a385306a4 100644 --- a/docs/pages/prototyping-utilities.md +++ b/docs/pages/prototyping-utilities.md @@ -114,7 +114,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
-
+
@@ -126,7 +126,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
-
+
@@ -138,7 +138,7 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
-
+
diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index c40d99c97..4d6f28618 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -6,19 +6,19 @@ sass: scss/xy-grid/_xy-grid.scss ## XY Grid Basics -The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid. +The XY grid works very similarly to the standard float grid, but includes a number of useful features only possible with Flexbox, like horizontal and vertical alignment, automatic sizing and a full vertical grid. --- ## Browser support -The XY grid is only supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the flex grid on projects that can live with purely cutting-edge browser support. +The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Android 4.4+. Flexbox is supported in Android 2, but not reliably enough for use with this grid. ([View Flexbox browser support.](http://caniuse.com/#feat=flexbox)) We recommend only using the XY grid on projects that can live with purely cutting-edge browser support. --- ## Importing -If you're using the CSS version of Foundation, you can generate a custom download of Foundation with flexbox mode enabled. +If you're using the CSS version of Foundation, you can generate a custom download of Foundation with Flexbox mode enabled. ```scss @import 'foundation';